Sebastian Schelter created GIRAPH-487:
-----------------------------------------
Summary: VertexInputPath in GiraphRunner refers to EdgeInputPath
Key: GIRAPH-487
URL: https://issues.apache.org/jira/browse/GIRAPH-487
Project: Giraph
Issue Type: Bug
Affects Versions: 0.2.0
Reporter: Sebastian Schelter
Priority: Blocker
There seems to be a typo in GiraphRunner that prevents me from using it
currently. The edge input path is read instead of the vertex input path:
{noformat}
if (cmd.hasOption("vip")) {
GiraphFileInputFormat.addVertexInputPath(job.getInternalJob(),
new Path(cmd.getOptionValue("eip")));
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira