Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
3.1.0-incubating
-
None
Description
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).