Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DEC57EDEF for ; Sun, 6 Jan 2013 21:16:13 +0000 (UTC) Received: (qmail 5566 invoked by uid 500); 6 Jan 2013 21:16:13 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 5394 invoked by uid 500); 6 Jan 2013 21:16:13 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 5372 invoked by uid 500); 6 Jan 2013 21:16:12 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 5366 invoked by uid 99); 6 Jan 2013 21:16:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2013 21:16:12 +0000 Date: Sun, 6 Jan 2013 21:16:12 +0000 (UTC) From: "Nitay Joffe (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GIRAPH-472) Refactor MapFunctions enum to be more general MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GIRAPH-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13545496#comment-13545496 ] Nitay Joffe commented on GIRAPH-472: ------------------------------------ +1 > 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