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 F082B1079C for ; Wed, 4 Mar 2015 09:17:04 +0000 (UTC) Received: (qmail 99386 invoked by uid 500); 4 Mar 2015 09:17:04 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 99357 invoked by uid 500); 4 Mar 2015 09:17:04 -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 99346 invoked by uid 99); 4 Mar 2015 09:17:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2015 09:17:04 +0000 Date: Wed, 4 Mar 2015 09:17:04 +0000 (UTC) From: "Edward J. Yoon (JIRA)" To: dev@hama.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HAMA-848) Refactor YARN module for hadoop 2.x stable version 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-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14346631#comment-14346631 ] Edward J. Yoon commented on HAMA-848: ------------------------------------- Patch looks great! +1 There's one minor but critical issue. Apache Hama has two build profiles based on version of hadoop dependency: hadoop1, hadoop2. So, yarn module should be only included in hadoop2 profile. Otherwise, hadoop1 build profile will be fail. > Refactor YARN module for hadoop 2.x stable version > -------------------------------------------------- > > Key: HAMA-848 > URL: https://issues.apache.org/jira/browse/HAMA-848 > Project: Hama > Issue Type: Improvement > Affects Versions: 0.6.4 > Reporter: Edward J. Yoon > Assignee: Minho Kim > Fix For: 0.7.0 > > Attachments: HAMA-848.patch, HAMA-848_v01.patch, HAMA-HDFS2XBuild.Patch, HAMA-YARNDraft.patch, HAMA_YARN02.patch, HAMA_YARN03.patch, HAMA_YARN04.patch, HAMA_YARN05.patch, HAMA_YARN06.patch, HAMA_YARN07.patch, edward.patch, x.patch > > > Current yarn-module was implemented based on Hadoop 0.23.1 version. You'll need to use the Hama RPC instead of Hadoop RPC. -- This message was sent by Atlassian JIRA (v6.3.4#6332)