Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 29359110CB for ; Thu, 11 Sep 2014 03:28:34 +0000 (UTC) Received: (qmail 48989 invoked by uid 500); 11 Sep 2014 03:28:34 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 48925 invoked by uid 500); 11 Sep 2014 03:28:34 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 48829 invoked by uid 99); 11 Sep 2014 03:28:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2014 03:28:34 +0000 Date: Thu, 11 Sep 2014 03:28:34 +0000 (UTC) From: "Junping Du (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MAPREDUCE-6084) Load MR Configuration from distributed cache rather than individual node 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/MAPREDUCE-6084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junping Du updated MAPREDUCE-6084: ---------------------------------- Attachment: Compatibility of Configuration Across Different MR Versions.pdf > Load MR Configuration from distributed cache rather than individual node > ------------------------------------------------------------------------ > > Key: MAPREDUCE-6084 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-6084 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 2.5.0 > Reporter: Junping Du > Assignee: Junping Du > Attachments: Compatibility of Configuration Across Different MR Versions.pdf > > > For rolling upgrade YARN & MapReduce component, we already support to submit jobs against different versions of mapreduce jars based on distributed cache (please refer MAPREDUCE-4421). However, this could bring up some potential issues if old jar cannot find a new added class with new configurations that upgrade together with Hadoop components. For details, please refer the proposal in attachments. -- This message was sent by Atlassian JIRA (v6.3.4#6332)