[
https://issues.apache.org/jira/browse/GIRAPH-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398729#comment-13398729
]
Hudson commented on GIRAPH-206:
-------------------------------
Integrated in giraph-trunk-hadoop-0.20.203 #10 (See
[https://builds.apache.org/job/giraph-trunk-hadoop-0.20.203/10/])
GIRAPH-206. Break out SimpleShortestPathVertex. Contributed by Eli Reisman.
(Revision 1352647)
Result = SUCCESS
jghoman :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1352647
Files :
* /giraph/trunk/CHANGELOG
*
/giraph/trunk/src/main/java/org/apache/giraph/examples/SimpleShortestPathsVertex.java
*
/giraph/trunk/src/main/java/org/apache/giraph/lib/JsonLongDoubleFloatDoubleVertexInputFormat.java
*
/giraph/trunk/src/main/java/org/apache/giraph/lib/JsonLongDoubleFloatDoubleVertexOutputFormat.java
* /giraph/trunk/src/test/java/org/apache/giraph/TestBspBasic.java
*
/giraph/trunk/src/test/java/org/apache/giraph/examples/SimpleShortestPathVertexTest.java
*
/giraph/trunk/src/test/java/org/apache/giraph/examples/SimpleShortestPathsVertexTest.java
> Break out SimpleShortestPathVertex
> ----------------------------------
>
> Key: GIRAPH-206
> URL: https://issues.apache.org/jira/browse/GIRAPH-206
> Project: Giraph
> Issue Type: Sub-task
> Components: examples
> Affects Versions: 0.2.0
> Reporter: Jakob Homan
> Assignee: Eli Reisman
> Fix For: 0.2.0
>
> Attachments: GIRAPH-206-5.patch, giraph-206-3.patch,
> giraph-206-4.patch
>
>
> {{SimpleShortestPathVertex}} still has its own {in|out}putformat and can't be
> directly called from the bin/giraph command line. This makes it only useful
> to data stored in json format and, as an example, can (and has) made people
> think they need to implement their own *putformats for each vertex. The
> vertex itself should be made generic, the json formats should be split into
> standalone formats, and the ability to run this directly from bin/giraph
> should be verified.
--
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