[ 
https://issues.apache.org/jira/browse/HAMA-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13775771#comment-13775771
 ] 

Edward J. Yoon commented on HAMA-790:
-------------------------------------

I think you should change the SemiClusterTextReader.

{code}
13/09/24 08:17:53 ERROR graph.VertexInputReader: Error parsing vertex.
java.lang.NumberFormatException: For input string: "0.1,1"
        at 
sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1241)
        at java.lang.Double.parseDouble(Double.java:540)
        at 
org.apache.hama.ml.semiclustering.SemiClusterTextReader.parseVertex(SemiClusterTextReader.java:58)
        at 
org.apache.hama.ml.semiclustering.SemiClusterTextReader.parseVertex(SemiClusterTextReader.java:36)
        at 
org.apache.hama.graph.VertexInputReader.convertRecord(VertexInputReader.java:79)
        at 
org.apache.hama.bsp.PartitioningRunner.bsp(PartitioningRunner.java:167)
{code}
                
> Create a unit test for the SemiClustering example
> -------------------------------------------------
>
>                 Key: HAMA-790
>                 URL: https://issues.apache.org/jira/browse/HAMA-790
>             Project: Hama
>          Issue Type: Sub-task
>          Components: graph, test 
>            Reporter: Edward J. Yoon
>            Assignee: Renil J
>             Fix For: 0.6.3
>
>         Attachments: HAMA-790-V1.patch
>
>
> Please create a unit test for the SemiClustering example.

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