|
@@ -149,6 +149,19 @@ Create a local staging version of the website (in /tmp/hadoop-site)
|
|
|
|
|
|
----------------------------------------------------------------------------------
|
|
----------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
+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
|
|
Building on Windows
|
|
|
|
|
|
----------------------------------------------------------------------------------
|
|
----------------------------------------------------------------------------------
|