-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Implemented
-
Affects Version/s: 3.1.0-incubating
-
Fix Version/s: 3.2.0-incubating
-
Component/s: hadoop
-
Labels:None
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).