File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,19 +127,19 @@ To get a complete list of the arguments, pass `--help` to the JAR file:
127
127
./tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION} -${DATAGEN_VERSION} .jar -- --format csv --param-file params.ini
128
128
` ` `
129
129
130
- * Generating ` CsvBasic` files in Interactive mode:
130
+ * Generating ` CsvBasic` files in ** Interactive mode** :
131
131
132
132
` ` ` bash
133
133
./tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION} -${DATAGEN_VERSION} .jar -- --format csv --scale-factor 0.003 --explode-edges --explode-attrs --mode interactive
134
134
` ` `
135
135
136
- * Generating ` CsvCompositeMergeForeign` files in BI mode resulting in compressed ` .csv.gz` files:
136
+ * Generating ` CsvCompositeMergeForeign` files in ** BI mode** resulting in compressed ` .csv.gz` files:
137
137
138
138
` ` ` bash
139
139
./tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION} -${DATAGEN_VERSION} .jar -- --format csv --scale-factor 0.003 --mode bi --format-options compression=gzip
140
140
` ` `
141
141
142
- * Generating CSVs in ` Raw ` mode:
142
+ * Generating CSVs in ** raw mode** :
143
143
144
144
` ` ` bash
145
145
./tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION} -${DATAGEN_VERSION} .jar -- --format csv --scale-factor 0.003 --mode raw --output-dir sf0.003-raw
You can’t perform that action at this time.
0 commit comments