[
https://issues.apache.org/jira/browse/TINKERPOP-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572409#comment-17572409
]
ASF GitHub Bot commented on TINKERPOP-2772:
-------------------------------------------
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?
> Add Spark utility to load vertices as RDD
> -----------------------------------------
>
> Key: TINKERPOP-2772
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2772
> Project: TinkerPop
> Issue Type: Improvement
> Components: hadoop
> Affects Versions: 3.5.3
> Reporter: Boxuan Li
> Priority: Major
>
> TinkerPop SparkGraphComputer enables VertexProgram execution on vertices &
> edges in Spark RDDs. Still, it is not straightforward how users could
> directly manipulate the RDDs and run custom computations (without message
> passing in vertex programs).
> This was (first)
> [reported|https://groups.google.com/g/janusgraph-users/c/RptBs03SDnw/m/mQpymPalBwAJ]
> in the janusgraph-users forum.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)