Repository: bigtop Updated Branches: refs/heads/master a241ffb3e -> d772d5101
BIGTOP-1727: Fix a build failure for Spark 1.2.1 Signed-off-by: Konstantin Boudnik <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/d772d510 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/d772d510 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/d772d510 Branch: refs/heads/master Commit: d772d5101e5910488ee2771c877103f4fa2bf2cb Parents: a241ffb Author: Youngwoo Kim <[email protected]> Authored: Fri Mar 6 09:48:55 2015 +0900 Committer: Konstantin Boudnik <[email protected]> Committed: Thu Mar 5 18:44:20 2015 -0800 ---------------------------------------------------------------------- bigtop-packages/src/common/spark/do-component-build | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/d772d510/bigtop-packages/src/common/spark/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/spark/do-component-build b/bigtop-packages/src/common/spark/do-component-build index f33e9ed..deecbe2 100644 --- a/bigtop-packages/src/common/spark/do-component-build +++ b/bigtop-packages/src/common/spark/do-component-build @@ -23,16 +23,12 @@ if [ "x$SCALA_HOME" = "x" ]; then exit 2 fi -SCALA_BINARY_VERSION=`echo $SCALA_VERSION | grep -oP "\d.\d{2}"` - BUILD_OPTS="-Divy.home=${HOME}/.ivy2 -Dsbt.ivy.home=${HOME}/.ivy2 -Duser.home=${HOME} \ -Drepo.maven.org=$IVY_MIRROR_PROP \ -Dreactor.repo=file://${HOME}/.m2/repository \ -Dhadoop.version=$HADOOP_VERSION \ -Dyarn.version=$HADOOP_VERSION \ -Dprotobuf.version=2.5.0 \ - -Dscala.version=$SCALA_VERSION \ - -Dscala.binary.version=$SCALA_BINARY_VERSION \ -DskipTests -DrecompileMode=all" ## this might be an issue at times # http://maven.40175.n5.nabble.com/Not-finding-artifact-in-local-repo-td3727753.html
