Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 239B910688 for ; Wed, 3 Dec 2014 05:23:43 +0000 (UTC) Received: (qmail 28007 invoked by uid 500); 3 Dec 2014 05:23:34 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 27557 invoked by uid 500); 3 Dec 2014 05:23:34 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 26550 invoked by uid 99); 3 Dec 2014 05:23:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2014 05:23:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DE017A07797; Wed, 3 Dec 2014 05:23:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vinayakumarb@apache.org To: common-commits@hadoop.apache.org Date: Wed, 03 Dec 2014 05:23:50 -0000 Message-Id: <9171c69e9dbb4bdebda0f7f3c5e75a66@git.apache.org> In-Reply-To: <1d780480d3a947b5bd82f2b6d1bd67f3@git.apache.org> References: <1d780480d3a947b5bd82f2b6d1bd67f3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [18/50] [abbrv] hadoop git commit: CHANGES.txt: add HADOOP-11257 CHANGES.txt: add HADOOP-11257 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c1f2bb2d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c1f2bb2d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c1f2bb2d Branch: refs/heads/HDFS-EC Commit: c1f2bb2d31d40bda5bb2c5bdf31e4f6e433d1e77 Parents: aa2f277 Author: Colin Patrick Mccabe Authored: Wed Nov 26 13:38:55 2014 -0800 Committer: Colin Patrick Mccabe Committed: Wed Nov 26 13:38:55 2014 -0800 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c1f2bb2d/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index aaa92c6..3fe9219 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -396,6 +396,9 @@ Release 2.7.0 - UNRELEASED HADOOP-11173. Improve error messages for some KeyShell commands. (wang) + HADOOP-11257: Update "hadoop jar" documentation to warn against using it + for launching yarn jars (iwasakims via cmccabe) + OPTIMIZATIONS HADOOP-11323. WritableComparator#compare keeps reference to byte array.