You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by wh...@apache.org on 2014/11/05 02:36:17 UTC

git commit: HADOOP-11268. Update BUILDING.txt to remove the workaround for tools.jar. Contributed by Li Lu.

Repository: hadoop
Updated Branches:
  refs/heads/trunk 4de56d27f -> d78191a71


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/trunk
Commit: d78191a716738135169bf42c366fa5f8b9f89f23
Parents: 4de56d2
Author: Haohui Mai <wh...@apache.org>
Authored: Tue Nov 4 16:16:02 2014 -0800
Committer: Haohui Mai <wh...@apache.org>
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