Browse Source

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

Haohui Mai 10 years ago
parent
commit
bfcf0c83a2
2 changed files with 6 additions and 13 deletions
  1. 0 13
      BUILDING.txt
  2. 6 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 0 - 13
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
 
 ----------------------------------------------------------------------------------

+ 6 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -43,6 +43,12 @@ Release 2.7.0 - UNRELEASED
     HADOOP-11165. TestUTF8 fails when run against java 8.
     (Stephen Chu via cnauroth)
 
+    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