Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-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 6479810568 for ; Mon, 13 Jan 2014 09:14:36 +0000 (UTC) Received: (qmail 246 invoked by uid 500); 13 Jan 2014 09:12:06 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 214 invoked by uid 500); 13 Jan 2014 09:12:02 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 137 invoked by uid 99); 13 Jan 2014 09:11:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jan 2014 09:11:53 +0000 Date: Mon, 13 Jan 2014 09:11:53 +0000 (UTC) From: "Edward J. Yoon (JIRA)" To: dev@hama.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HAMA-673) Integrate new service layers 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/HAMA-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13869369#comment-13869369 ] Edward J. Yoon commented on HAMA-673: ------------------------------------- As I mentioned above, Current YARN module was implemented based on 0.23.1. Our hama-yarn is incompatible with hadoop 2.x. So, first of all, we have to change from 0.23.1 to 2.x stable version. Then, see the "syncServer = SyncServiceFactory.getSyncServerRunner(jobConf);". Like this, we can design the pluggable messenger service instead of using hadoop RPC. This issue is about it. Anyway, we have to re-implement the yarn module based on hadoop 2.x version, before thinking about this issue. > Integrate new service layers > ---------------------------- > > Key: HAMA-673 > URL: https://issues.apache.org/jira/browse/HAMA-673 > Project: Hama > Issue Type: Sub-task > Components: bsp core, build , yarn > Reporter: Thomas Jungblut > > Integrate the services, messaging/synchronization/scheduler into YARN. > The master must startup all the master services. -- This message was sent by Atlassian JIRA (v6.1.5#6160)