Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by DougCutting: http://wiki.apache.org/hadoop/HowToRelease The comment on the change is: have to specify libhdfs=1 now ------------------------------------------------------------------------------ }}} '''Note:''' If a 64-bit Linux platform is available as well, then both 32-bit and 64-bit libraries may be built. Instead of the above, perform the following: {{{ export JAVA_HOME=/path/to/32bit/jdk - ant -Dversion=X.Y.Z -Dcompile.native=true -Dcompile.c++=true -Declipse.home=/usr/lib/eclipse clean package-libhdfs tar test test-libhdfs + ant -Dversion=X.Y.Z -Dcompile.native=true -Dcompile.c++=true -Dlibhdfs=1 -Declipse.home=/usr/lib/eclipse clean package-libhdfs tar test test-libhdfs export JAVA_HOME=/path/to/64bit/jdk ant -Dversion=X.Y.Z -Dcompile.native compile-core-native tar }}}
