From: Joe Buck Date: Tue, 19 Feb 2013 00:53:36 +0000 (-0800) Subject: build: hadoop should build examples target X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=127001a3e1f61ae5168b1bc7915ea7addab1b458;p=autobuild-ceph.git build: hadoop should build examples target The "examples" target builds both the core jar and the examples jar (we need both for our tests). Signed-off-by: Joe Buck --- diff --git a/build-hadoop.sh b/build-hadoop.sh index 177e3af..a7d86bc 100755 --- a/build-hadoop.sh +++ b/build-hadoop.sh @@ -31,7 +31,7 @@ NCPU=$(( 2 * `grep -c processor /proc/cpuinfo` )) echo "$0: building..." echo --START-IGNORE-WARNINGS # filter out idl errors "Unable to determine origin..." to avoid gitbuilder failing -ionice -c3 nice -n20 ant -Divy.default.ivy.user.dir=$CURRENT_DIR jar 2> >( eval ${HADOOP_ERRORS_IGNORE} ) || exit 4 +ionice -c3 nice -n20 ant -Divy.default.ivy.user.dir=$CURRENT_DIR examples 2> >( eval ${HADOOP_ERRORS_IGNORE} ) || exit 4 OUTDIR_TMP="${OUTDIR}.tmp"