You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2015/10/08 01:21:26 UTC

[jira] [Created] (TINKERPOP3-874) Rename Gremlin-Spark properties using gremlin.spark prefix.

Marko A. Rodriguez created TINKERPOP3-874:
---------------------------------------------

             Summary: Rename Gremlin-Spark properties using gremlin.spark prefix.
                 Key: TINKERPOP3-874
                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-874
             Project: TinkerPop 3
          Issue Type: Improvement
          Components: hadoop
    Affects Versions: 3.0.1-incubating
            Reporter: Marko A. Rodriguez
            Assignee: Marko A. Rodriguez
             Fix For: 3.1.0-incubating


Right now we have the following configuration properties for Spark (only).

{code}
gremlin.hadoop.graphInputRDD
gremlin.hadoop.graphOutputRDD
gremlin.spark.persistContext
{code}

I think we should rename these to:

{code}
gremlin.spark.graphInputRDD
gremlin.spark.graphOutputRDD
gremlin.spark.persistContext
{code}

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}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)