Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 90AAD1123D for ; Wed, 16 Apr 2014 00:03:18 +0000 (UTC) Received: (qmail 3443 invoked by uid 500); 16 Apr 2014 00:03:17 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 3381 invoked by uid 500); 16 Apr 2014 00:03:17 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 3371 invoked by uid 99); 16 Apr 2014 00:03:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2014 00:03:16 +0000 Date: Wed, 16 Apr 2014 00:03:16 +0000 (UTC) From: "Sandy Ryza (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-1931) Private API change in YARN-1824 in 2.4 broke compatibility with previous releases 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/YARN-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandy Ryza updated YARN-1931: ----------------------------- Attachment: YARN-1931-2.patch Updated patch adds comments to clarify what's going on. > Private API change in YARN-1824 in 2.4 broke compatibility with previous releases > --------------------------------------------------------------------------------- > > Key: YARN-1931 > URL: https://issues.apache.org/jira/browse/YARN-1931 > Project: Hadoop YARN > Issue Type: Bug > Components: applications > Affects Versions: 2.4.0 > Reporter: Thomas Graves > Assignee: Sandy Ryza > Priority: Blocker > Attachments: YARN-1931-1.patch, YARN-1931-2.patch, YARN-1931.patch > > > YARN-1824 broke compatibility with previous 2.x releases by changes the API's in org.apache.hadoop.yarn.util.Apps.{setEnvFromInputString,addToEnvironment} The old api should be added back in. > This affects any ApplicationMasters who were using this api. It also breaks previously built MapReduce libraries from working with the new Yarn release as MR uses this api. -- This message was sent by Atlassian JIRA (v6.2#6252)