Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HarmonyHdfs" page has been changed by GuillermoCabrera. http://wiki.apache.org/hadoop/HarmonyHdfs?action=diff&rev1=4&rev2=5 -------------------------------------------------- {{{ # !/bin/sh - export SUBPROJECT=common + export SUBPROJECT=hdfs export VERSION=0.21.0 export VERSIONBUILD=0.21.0-SNAPSHOT export PATCH_DIR=/home/harmony/Hadoop-Patches/Harmony/$VERSION-$SUBPROJECT - #Folder containing a clean version of Hadoop common needed to install patches + #Folder containing a clean version of Hadoop hdfs needed to install patches export PRISTINE=/home/harmony/Hadoop-Versions/pristine export JAVA_HOME=/home/harmony/Java-Versions/harmony6-1022137/java6/target/hdk/jdk export HADOOP_INSTALL=/home/harmony/Hadoop-Versions/hadoop-$VERSION @@ -70, +70 @@ }}} === Test Script === - The following script only runs (does not compile) all of the tests in the test-core target. By running this script it is assumed that you already built Hadoop common with another JDK. + The following script only runs (does not compile) all of the tests in the test-core target. By running this script it is assumed that you already built Hadoop common (dependency) and hdfs with another JDK. {{{ # !/bin/sh export SUBPROJECT=hdfs @@ -106, +106 @@ Also, please note the guidelines when trying to build native libraries, [[http://hadoop.apache.org/common/docs/current/native_libraries.html|Native Libraries Guide]] * javah is not available in Harmony 6. You need to copy tools.jar from Sun into Harmony and add to the bootclasspath.properties file - * Even with the created soft link (libjvm.so) to libharmonyvm.so there are still issues where the configure script in `common/src/native` cannont find -ljvm.
