[ 
https://issues.apache.org/jira/browse/GIRAPH-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13558299#comment-13558299
 ] 

Sebastian Schelter commented on GIRAPH-489:
-------------------------------------------

looks good, please attach it to GIRAPH-487
                
> Bug in GiraphRunner - Vertex Input Path
> ---------------------------------------
>
>                 Key: GIRAPH-489
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-489
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Benoit Denis
>            Priority: Minor
>         Attachments: GIRAPH-489.patch
>
>
> In GiraphRunner, line 184-186
> if (cmd.hasOption("vip")) {
>         GiraphFileInputFormat.addVertexInputPath(job.getInternalJob(),
>             new Path(cmd.getOptionValue("eip")));
> Pretty sure it should be "vip" instead of "eip", isn't it ?

--
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

Reply via email to