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

Reply via email to