GitHub user NineSue added a comment to the discussion: ldbc模块的相关问题

Hi @SemyonSinchenko, thanks for your reply!

To clarify: I’m working specifically with the LDBC Social Network Benchmark 
(SNB) Datagen Spark module.
My goal is to enhance Apache GraphAr (incubating) so that it can directly 
consume the RDDs/DataFrames generated inside SNB Datagen Spark and export them 
in GraphAr format, instead of relying on intermediate CSV files.

At the moment, I’ve already implemented part of the RDD transformation logic 
and can run it in memory, but I’m facing two questions:

1.I couldn’t find an official ldbc_datagen_spark jar in Maven Central or Aliyun 
Maven. Currently, I’m doing it in a “manual” way: packaging the LDBC repo as a 
jar and installing it into my local Maven repo to import it. Do you know if 
there’s a more standard or elegant way to include this dependency?

2.For module placement: right now I put the code under the commons module by 
creating a new package, and placed runnable classes under example. Do you think 
this structure is appropriate, or would it be better to create a separate 
module dedicated to the LDBC integration?

Thanks a lot for your guidance!

GitHub link: 
https://github.com/apache/incubator-graphar/discussions/761#discussioncomment-14400888

----
This is an automatically sent email for commits@graphar.apache.org.
To unsubscribe, please send an email to: commits-unsubscr...@graphar.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org
For additional commands, e-mail: commits-h...@graphar.apache.org

Reply via email to