You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Eli Reisman (JIRA)" <ji...@apache.org> on 2013/01/24 03:09:12 UTC

[jira] [Resolved] (GIRAPH-487) VertexInputPath in GiraphRunner refers to EdgeInputPath

     [ https://issues.apache.org/jira/browse/GIRAPH-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eli Reisman resolved GIRAPH-487.
--------------------------------

    Resolution: Fixed

Looks like this is resolved as Fixed, correct? I'm marking it. ;)

                
> 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