Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.1-incubating
Description
Right now we have the following configuration properties for Spark (only).
gremlin.hadoop.graphInputRDD gremlin.hadoop.graphOutputRDD gremlin.spark.persistContext
I think we should rename these to:
gremlin.spark.graphInputRDD gremlin.spark.graphOutputRDD gremlin.spark.persistContext
Why? Cause these are Spark specific and its a good way for us to split this stuff up and make it more distinct.
This will be a "minor breaking" change as I suspect no one is doing ANYTHING with direct RDDs in SparkGraphComputer.