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 2016/01/12 20:05:40 UTC

[jira] [Created] (TINKERPOP-1082) INPUT_RDD and INPUT_FORMAT are bad, we should just have one key.

Marko A. Rodriguez created TINKERPOP-1082:
---------------------------------------------

             Summary: INPUT_RDD and INPUT_FORMAT are bad, we should just have one key.
                 Key: TINKERPOP-1082
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1082
             Project: TinkerPop
          Issue Type: Improvement
          Components: hadoop
    Affects Versions: 3.1.0-incubating
            Reporter: Marko A. Rodriguez
             Fix For: 3.2.0-incubating


Right now we have two keys for input to a {{HadoopGraph}}.

* gremlin.hadoop.graphInputFormat
* gremlin.spark.graphInputRDD

Likewise for output. I have so many if/else checks because both of these can be set that I think we should make one and only one input.

* gremlin.hadoop.graphInputClass

Likewise, for output: gremlin.hadoop.graphOutputClass.

This will make things so much simpler. However, it will break current implementations (and not backwards compatible).



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