ldbc/ldbc_snb_interactive_v1_impls

issue about running datagen

Closed this issue · 3 comments

C:\Users\Administrator>docker run --rm -v --explode-edges --format-options header=false,quoteAll=true C:\Users\Administrator\Desktop\datagen\ldbc_snb_datagen_hadoop:/opt/ldbc_snb_datagen/out -v C:\Users\Administrator\Desktop\datagen\ldbc_snb_datagen_hadoop\params.ini:/opt/ldbc_snb_datagen/params.ini ldbc/datagen
unknown flag: --format-options
See 'docker run --help'.

Include -- in the argument string as shown here: https://github.com/ldbc/ldbc_snb_datagen_spark#standalone-docker-image

I still do not understand how to use --, I change the place like shown
docker run --rm -v C:\Users\Administrator\Desktop\datagen\ldbc_snb_datagen_hadoop:/opt/ldbc_snb_datagen/out -v C:\Users\Administrator\Desktop\datagen\ldbc_snb_datagen_hadoop\params.ini:/opt/ldbc_snb_datagen/params.ini --explode-edges --format-options header=false,quoteAll=true ldbc/datagen
unknown flag: --format-options
See 'docker run --help'.

I see the problem: we changed the Datagen repository.
Old versions such as v1.0.0 used the Hadoop-based Datagen while new ones use a Spark-based one. Your command is trying to use the old Docker im age with the new Datagen's arguments.