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

[jira] [Created] (GIRAPH-489) Bug in GiraphRunner - Vertex Input Path

Benoit Denis created GIRAPH-489:
-----------------------------------

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


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