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

             Summary: HadoopGraph toString() is weird for Spark PersitedRDD 
data.
                 Key: TINKERPOP-1073
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1073
             Project: TinkerPop
          Issue Type: Improvement
          Components: hadoop
    Affects Versions: 3.1.0-incubating
            Reporter: Marko A. Rodriguez
             Fix For: 3.1.1-incubating


Look at this lame nonsense.

{code}
gremlin> graph.configuration().clearProperty('gremlin.hadoop.graphOutputFormat')
==>null
gremlin> graph
==>hadoopgraph[inputrddformat->no-output],memory[size:2]]
{code}

This is happens because HadoopGraph uses {{graphInputFormat}} and 
{{graphOutputFormat}} for its {{toString()}}. However, if you are using Spark 
{{graphOutputRDD}} and {{graphInputRDD}} instead of input/output formats, 
HadoopGraph doesn't pick it up. :/ ... Lame.



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

Reply via email to