You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/06/10 21:53:20 UTC

[jira] [Commented] (GIRAPH-667) Decouple Vertex data and Computation, make Computation and Combiner classes switchable

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

Hudson commented on GIRAPH-667:
-------------------------------

Integrated in Giraph-trunk-Commit #991 (See [https://builds.apache.org/job/Giraph-trunk-Commit/991/])
    GIRAPH-667: all workers suspended at 'saveVertices' when use out of core (Revision ea957c226f07fc4c73bb556bfb51576ce3462ae5)
GIRAPH-667 (Revision 85dae7f8593d7562546a3d81ac9e77470220dc37)

     Result = SUCCESS
claudio : http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=ea957c226f07fc4c73bb556bfb51576ce3462ae5
Files : 
* giraph-core/src/main/java/org/apache/giraph/worker/BspServiceWorker.java

claudio : http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=85dae7f8593d7562546a3d81ac9e77470220dc37
Files : 
* CHANGELOG

                
> Decouple Vertex data and Computation, make Computation and Combiner classes switchable
> --------------------------------------------------------------------------------------
>
>                 Key: GIRAPH-667
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-667
>             Project: Giraph
>          Issue Type: New Feature
>            Reporter: Maja Kabiljo
>            Assignee: Maja Kabiljo
>         Attachments: GIRAPH-667.patch
>
>
> Currently, our Vertex class holds a lot of stuff which shouldn't be there, related to global graph and worker state. We should decouple vertex and computation, vertex should be provided by the infrastructure and user should implement the computation.
> In many real-world applications there are several different stages, where different kind of computation is done and different type of messages are sent. This can be done currently by having complicated compute() and encoding the message type inside of the message. Much better would be to provide a way to change which Computation is used by Giraph. Applications can then be considered as pieces which can be put together in a pipeline coordinated by master.

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