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

Hudson commented on GIRAPH-228:
-------------------------------

Integrated in Giraph-trunk-Commit #157 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/157/])
    GIRAPH-228. SimpleTriangleClosingVertex should not use ArrayWritable for a 
vertex value. Contributed by Eli Reisman. (Revision 1370047)

     Result = SUCCESS
jghoman : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1370047
Files : 
* /giraph/trunk/CHANGELOG
* 
/giraph/trunk/src/main/java/org/apache/giraph/examples/SimpleTriangleClosingVertex.java
* 
/giraph/trunk/src/test/java/org/apache/giraph/examples/SimpleTriangleClosingVertexTest.java

                
> SimpleTriangleClosingVertex should not use ArrayWritable for a vertex value
> ---------------------------------------------------------------------------
>
>                 Key: GIRAPH-228
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-228
>             Project: Giraph
>          Issue Type: Bug
>          Components: examples, test
>    Affects Versions: 0.2.0
>            Reporter: Eli Reisman
>            Assignee: Eli Reisman
>            Priority: Trivial
>             Fix For: 0.2.0
>
>         Attachments: GIRAPH-228-1.patch, GIRAPH-228-2.patch, 
> GIRAPH-228-4.patch, GIRAPH-228-5.patch
>
>
> Need to convert to (yuck) Text output for vertex values, hope my tuples don't 
> get too long. I followed several instructions from Hadoop about subclassing 
> and using existing ArrayWritables, always both methods will compile with 'mvn 
> verify' nicely, but break in actual use. GiraphJob.run() seems to be the 
> culprit. Don't know if I can solve this myself in a way that will be pleasing 
> to everyone. See GIRAPH-227 if you can help fix this ArrayWritable problem. 
> As far as the vertex example, I'll covert it (and related tests) to Text 
> output now.
> Thanks again to Sean Choi, who noticed this and used the same (Text for 
> tuples) solution successfully. ;)
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to