[
https://issues.apache.org/jira/browse/GIRAPH-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cheol Kang updated GIRAPH-585:
------------------------------
Description:
In the javadoc of AdjacencyListTextVertexInputFormat, the sample input is
space-separated.
{panel}1 0.1 2 0.2 3 0.3{panel}
However, since 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.
was:
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.
> 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, since 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