Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: (qmail 65466 invoked from network); 7 Apr 2010 16:31:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Apr 2010 16:31:58 -0000 Received: (qmail 95151 invoked by uid 500); 7 Apr 2010 16:31:58 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 95130 invoked by uid 500); 7 Apr 2010 16:31:58 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 95122 invoked by uid 99); 7 Apr 2010 16:31:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 16:31:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 16:31:55 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0EF81234C4AC for ; Wed, 7 Apr 2010 16:31:34 +0000 (UTC) Message-ID: <749493794.46531270657894060.JavaMail.jira@brutus.apache.org> Date: Wed, 7 Apr 2010 16:31:34 +0000 (UTC) From: "Hyunsik Choi (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Updated: (HAMA-247) Discuss / Refactor HamaMaster and GroomServer In-Reply-To: <1654245065.20251270577020473.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HAMA-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyunsik Choi updated HAMA-247: ------------------------------ Attachment: HAMA-247.patch I attach the patch file. > Discuss / Refactor HamaMaster and GroomServer > --------------------------------------------- > > Key: HAMA-247 > URL: https://issues.apache.org/jira/browse/HAMA-247 > Project: Hama > Issue Type: Sub-task > Components: bsp > Reporter: Hyunsik Choi > Assignee: Hyunsik Choi > Attachments: HAMA-247.patch > > > BSP package needs bsp master daemon and bsp slave daemon. We intended HamaMaster and GroomServer to be bsp master and bsp slave daemon respectively. But, they are now located in the wrong package. GroomServer is in org.apache.hama.graph ,and HamaMaster is in org.apache.hama. > Thus, I propose as follows: > 1) GroomServer should be moved to org.apache.hama.bsp. > 2) HamaMaster should be moved to org.apache.hama.bsp. > 3) HamaMaster should be renamed to BSPMaster. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.