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

Hudson commented on GIRAPH-487:
-------------------------------

Integrated in Giraph-trunk-Commit #608 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/608/])
    GIRAPH-487: VertexInputPath in GiraphRunner refers to EdgeInputPath (taguan 
via apresta) (Revision 9fe961d5cc3f628f4a24fe7aca20e5a28fc9114b)

     Result = SUCCESS
alessandro : 
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=9fe961d5cc3f628f4a24fe7aca20e5a28fc9114b
Files : 
* CHANGELOG
* giraph-core/src/main/java/org/apache/giraph/GiraphRunner.java

                
> 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

Reply via email to