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=2&rev2=3 -------------------------------------------------- 2. Download ecj jar from the [[http://download.eclipse.org/eclipse/downloads/drops/S-3.7M3-201010281441/index.php|3.7M3 build]] (this particular build contains a fix to bug affecting build process), place it in `$HARMONY_HOME/hdk/jdk/lib` and add to bootclasspath.properties 3. Add tools.jar from `$HARMONY_HOME/hdk/jdk/lib` to `$HARMONY_HOME/hdk/jdk/jre/lib/boot`. Then, add entry of tools.jar into bootclasspath.properties in `$HARMONY_HOME/hdk/jdk/jre/lib/boot` 4. Create a jar file (sun-javadoc.jar) in `$HARMONY_HOME/hdk/jdk/jre/lib/boot` containing all javadoc related classes from SUN JDK 1.6. Then add entry of sun-javadoc.jar into bootclasspath.properties in `$HARMONY_HOME/hdk/jdk/jre/lib/boot` - 5. Download Hadoop common {{{ + 5. Download Hadoop hdfs {{{ % svn checkout h ttp://svn.apache.org/repos/asf/hadoop/hdfs/tags/release-0.21.0/ hdfs }}} 6. Download patches and place in appropriate directory (refer to script)