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 46D1B115F4 for ; Tue, 5 Aug 2014 21:23:12 +0000 (UTC) Received: (qmail 35443 invoked by uid 500); 5 Aug 2014 21:23:12 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 35396 invoked by uid 500); 5 Aug 2014 21:23:12 -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 35383 invoked by uid 500); 5 Aug 2014 21:23:12 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 35380 invoked by uid 99); 5 Aug 2014 21:23:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2014 21:23:12 +0000 Date: Tue, 5 Aug 2014 21:23:12 +0000 (UTC) From: "Maja Kabiljo (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GIRAPH-893) Implement preLoad & postSave on workerObservers 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-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14086782#comment-14086782 ] Maja Kabiljo commented on GIRAPH-893: ------------------------------------- +1, thanks! > Implement preLoad & postSave on workerObservers > ----------------------------------------------- > > Key: GIRAPH-893 > URL: https://issues.apache.org/jira/browse/GIRAPH-893 > Project: Giraph > Issue Type: New Feature > Reporter: Pavan Kumar > Assignee: Pavan Kumar > Priority: Minor > Attachments: GIRAPH-893.patch, GIRAPH-893.patch > > > Currently workerobservers only have preapplication (which is after load & before start of computation) and postapplication (which is after computation and before save). > This diff will add additional capability to execute custom code before load (preLoad) and after save (postSave) -- This message was sent by Atlassian JIRA (v6.2#6252)