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 0575017612 for ; Thu, 6 Nov 2014 08:04:14 +0000 (UTC) Received: (qmail 73841 invoked by uid 500); 6 Nov 2014 08:04:13 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 73642 invoked by uid 500); 6 Nov 2014 08:04:13 -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 73255 invoked by uid 99); 6 Nov 2014 08:04:13 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 08:04:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EB412930BF6; Thu, 6 Nov 2014 08:04:12 +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: Thu, 06 Nov 2014 08:04:23 -0000 Message-Id: <070b592b75904dc6aa5539972a058fbf@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [12/43] git commit: HADOOP-11268. Update BUILDING.txt to remove the workaround for tools.jar. Contributed by Li Lu. HADOOP-11268. Update BUILDING.txt to remove the workaround for tools.jar. Contributed by Li Lu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d78191a7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d78191a7 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d78191a7 Branch: refs/heads/HDFS-EC Commit: d78191a716738135169bf42c366fa5f8b9f89f23 Parents: 4de56d2 Author: Haohui Mai Authored: Tue Nov 4 16:16:02 2014 -0800 Committer: Haohui Mai Committed: Tue Nov 4 16:51:11 2014 -0800 ---------------------------------------------------------------------- BUILDING.txt | 13 ------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 2 files changed, 3 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/d78191a7/BUILDING.txt ---------------------------------------------------------------------- diff --git a/BUILDING.txt b/BUILDING.txt index 621a221..06bef1f 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -198,19 +198,6 @@ export MAVEN_OPTS="-Xms256m -Xmx512m" ---------------------------------------------------------------------------------- -Building on OS/X - ----------------------------------------------------------------------------------- - -A one-time manual step is required to enable building Hadoop OS X with Java 7 -every time the JDK is updated. -see: https://issues.apache.org/jira/browse/HADOOP-9350 - -$ sudo mkdir `/usr/libexec/java_home`/Classes -$ sudo ln -s `/usr/libexec/java_home`/lib/tools.jar `/usr/libexec/java_home`/Classes/classes.jar - ----------------------------------------------------------------------------------- - Building on Windows ---------------------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/d78191a7/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 41951e9..af21a16 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -389,6 +389,9 @@ Release 2.7.0 - UNRELEASED HADOOP-10717. HttpServer2 should load jsp DTD from local jars instead of going remote. (Dapeng Sun via wheat9) + HADOOP-11268. Update BUILDING.txt to remove the workaround for tools.jar. + (Li Lu via wheat9) + Release 2.6.0 - UNRELEASED INCOMPATIBLE CHANGES