You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Cheol Kang (JIRA)" <ji...@apache.org> on 2013/03/25 07:45:15 UTC

[jira] [Created] (GIRAPH-585) Add space as a delimiter of AdjacencyListTextVertexInputFormat

Cheol Kang created GIRAPH-585:
---------------------------------

             Summary: Add space as a delimiter of AdjacencyListTextVertexInputFormat
                 Key: GIRAPH-585
                 URL: https://issues.apache.org/jira/browse/GIRAPH-585
             Project: Giraph
          Issue Type: Bug
            Reporter: Cheol Kang
         Attachments: delimiter.patch

In the javadoc of AdjacencyListTextVertexInputFormat, the sample input is space-separated.

{panel}1 0.1 2 0.2 3 0.3{panel}

However, the implementation only takes "\t" as a delimiter(LINE_TOKENIZE_VALUE_DEFAULT), it is not possible to run with that sample input.

So, it would be good to add space as a delimiter of AdjacencyListTextVertexInputFormat.

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