GitHub user NineSue added a comment to the discussion: ospp ldbc模块的相关问题
@SemyonSinchenko Hello Professor, I’m currently working on the GraphAr integration with LDBC task. I’ve already implemented part of the RDD processing and transformation, and it can run successfully in memory. However, I’ve encountered two issues I’d like to ask you about: 1.In the implementation process, it’s inevitable that we need to call the LDBC interface, but I couldn’t find the ldbc_datagen_spark jar package in either the Central Maven Repository or the Aliyun Maven Repository. For now, I’m using a rather naive approach: packaging LDBC into a jar, installing it into my local Maven, and then importing it into the project along with the necessary dependencies. Is there a better or more elegant solution? 2.Regarding module placement, I currently put it under the commons module by creating a new package, and I placed the runnable class under example. Do you think this organization is appropriate, or would it be more standard to create a separate module? GitHub link: https://github.com/apache/incubator-graphar/discussions/761#discussioncomment-14395064 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
