Skip to content

Commit 41ee8f6

Browse files
authored
Update README.md
1 parent 5a84bb5 commit 41ee8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ docker run --rm --mount type=bind,source="$(pwd)/datagen_output/",target="/opt/l
5454
### Options
5555

5656
The container image can be customized with environment variables passed through the `docker run` command. The following options are present:
57-
* `HADOOP_CLIENT_OPTS`: A standard HADOOP environment variable controlling the Hadoop client parameters. Default is `-Xmx8G` to provide the client enough heap.
57+
* `HADOOP_CLIENT_OPTS`: A standard Hadoop environment variable controlling the Hadoop client parameters. Default is `-Xmx8G` to provide the client enough heap.
5858
* `DATAGEN_SCALE_FACTOR`: The scale factor of the generated dataset. Default is `snb.interactive.1`
5959
* `DATAGEN_PERSON_SERIALIZER`: The serializer used for Person objects. Default is `ldbc.snb.datagen.serializer.snb.interactive.CSVPersonSerializer`
6060
* `DATAGEN_INVARIANT_SERIALIZER` The serializer used for Invariant objects. Default is `ldbc.snb.datagen.serializer.snb.interactive.CSVInvariantSerializer`

0 commit comments

Comments
 (0)