Marko A. Rodriguez created TINKERPOP-1121:
---------------------------------------------
Summary: FileSystemStorage needs to be smart about /.
Key: TINKERPOP-1121
URL: https://issues.apache.org/jira/browse/TINKERPOP-1121
Project: TinkerPop
Issue Type: Improvement
Components: hadoop
Affects Versions: 3.1.1-incubating
Reporter: Marko A. Rodriguez
Assignee: Marko A. Rodriguez
Fix For: 3.2.0-incubating
Just did a cluster run on Friendster where the Gryo partitions were in a
directory. The job barfed if my path was:
{code}
gremlin.hadoop.inputLocation=friendster-gryo
{code}
I had to make it:
{code}
gremlin.hadoop.inputLocation=friendster-gryo/~g/
{code}
This is a bug in {{FileSystemStorage}} around {{/}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)