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

Hudson commented on GIRAPH-472:
-------------------------------

Integrated in Giraph-trunk-Commit #598 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/598/])
    GIRAPH-472: Refactor MapFunctions enum to be more general (ereisman) 
(Revision f630e3d4129fc39a3350c1dc2278fa9670111e8c)

     Result = SUCCESS
ereisman : 
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=f630e3d4129fc39a3350c1dc2278fa9670111e8c
Files : 
* CHANGELOG
* giraph-core/src/main/java/org/apache/giraph/graph/GraphMapper.java
* giraph-core/src/main/java/org/apache/giraph/worker/BspServiceWorker.java
* giraph-core/src/main/java/org/apache/giraph/graph/MapFunctions.java
* giraph-core/src/main/java/org/apache/giraph/graph/GraphFunctions.java
* giraph-core/src/main/java/org/apache/giraph/master/BspServiceMaster.java

                
> Refactor MapFunctions enum to be more general
> ---------------------------------------------
>
>                 Key: GIRAPH-472
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-472
>             Project: Giraph
>          Issue Type: Improvement
>          Components: graph
>    Affects Versions: 0.2.0
>            Reporter: Eli Reisman
>            Assignee: Eli Reisman
>            Priority: Minor
>         Attachments: GIRAPH-472.patch
>
>
> In preparation for refactors like GIRAPH-469, lets make some of the 
> boilerplate code in and around GraphMapper more general and behavior-oriented 
> and less Hadoopy.
> To this end, lets make the MapFunctions enum into something more general we 
> can make use of in multiple driver implementations including those that are 
> not based on MRv1 or GraphMapper.
> This passes 'mvn verify' on today's trunk but the giraph-accumulo part of the 
> build fails. After grepping the accumulo code, I don't see anything affected 
> by MapFunctions so I'm assuming this is an unrelated matter. ;)

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