[ https://issues.apache.org/jira/browse/TINKERPOP-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marko A. Rodriguez closed TINKERPOP-1121. ----------------------------------------- Resolution: Fixed This was just manually tested on a 4 machine Blade cluster and it works. This means that all the {{FileSystemStorage}} refactoring and testing has eradicated this bug. Good. > 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)