[
https://issues.apache.org/jira/browse/GIRAPH-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benoit Denis updated GIRAPH-487:
--------------------------------
Attachment: GIRAPH-487.patch
Same as patch 489
> 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
> Attachments: GIRAPH-487.patch
>
>
> 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