Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HowToRelease" page has been changed by OwenOMalley: http://wiki.apache.org/hadoop/HowToRelease?action=diff&rev1=76&rev2=77 -Dlibhdfs=true \ -Dlibrecordio=true \ -Dtest.junit.output.format=xml \ - veryclean api-report compile-core-native task-controller compile-c++ tar rpm deb \ + veryclean api-report compile-core-native task-controller compile-c++ jsvc tar rpm deb \ | tee build_log_dir/build32-X.Y.Z.log ## build 64-bit @@ -127, +127 @@ -Dcompile.c++=true \ -Dlibhdfs=true \ -Dlibrecordio=true \ - compile-core-native compile-c++ tar rpm deb | tee build_log_dir/build64-X.Y.Z.log + compile-core-native compile-c++ jsvc tar rpm deb | tee build_log_dir/build64-X.Y.Z.log ## run tests (back in 32-bit mode) export JAVA_HOME=/path/to/32bit/jdk
