From 127001a3e1f61ae5168b1bc7915ea7addab1b458 Mon Sep 17 00:00:00 2001 From: Joe Buck Date: Mon, 18 Feb 2013 16:53:36 -0800 Subject: [PATCH] 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 --- build-hadoop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5