ldbc / ldbc_snb_datagen_hadoop

The Hadoop-based variant of the SNB Datagen
https://ldbcouncil.org/benchmarks/snb
Apache License 2.0
13 stars 13 forks source link

Why is no hascreator generated #6

Closed shikeno closed 2 years ago

shikeno commented 2 years ago

I use main branch, but person_hasCreator_message not generated

this my generated all dynamic files image

szarnyasg commented 2 years ago

Hi @shikeno - It seems your setup uses the CsvMergeForeign serializer. If you'd like to have a separate CSV file for all edges (e.g. hasCreator, replyOf), use the CsvBasic or the CsvComposite serializer. The differences are explained in the spec: https://ldbcouncil.org/ldbc_snb_docs/ldbc-snb-specification.pdf#page=138

shikeno commented 2 years ago

Hi @shikeno - It seems your setup uses the CsvMergeForeign serializer. If you'd like to have a separate CSV file for all edges (e.g. hasCreator, replyOf), use the CsvBasic or the CsvComposite serializer. The differences are explained in the spec: https://ldbcouncil.org/ldbc_snb_docs/ldbc-snb-specification.pdf#page=138

thank you for your reply,I found this difference