You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/07/28 12:03:44 UTC

[GitHub] [tinkerpop] spmallette commented on pull request #1758: TINKERPOP-2772 Add Spark utility to load vertices as RDD

spmallette commented on PR #1758:
URL: https://github.com/apache/tinkerpop/pull/1758#issuecomment-1198051278

   thanks @li-boxuan - Just to be clear - the general point of this change is to expose this helper method that i suppose is designed to be called directly by users:
   
   ```
   public static JavaPairRDD<Object, VertexWritable> loadVertices(
           final org.apache.commons.configuration2.Configuration sparkGraphConfiguration,
           final JavaSparkContext sparkContext)
   ```
   
   is that right?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org