Repository: bigtop Updated Branches: refs/heads/master 83724e2e5 -> e0ea7fe54
BIGTOP-2597: Crunch buildbreak Signed-off-by: amir sanjar <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/e0ea7fe5 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/e0ea7fe5 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/e0ea7fe5 Branch: refs/heads/master Commit: e0ea7fe54ce5bc9e09b73126d7b3d3154d2bc3f4 Parents: 83724e2 Author: amir sanjar <[email protected]> Authored: Sun Nov 20 20:35:57 2016 -0600 Committer: amir sanjar <[email protected]> Committed: Sun Nov 20 20:41:44 2016 -0600 ---------------------------------------------------------------------- bigtop-packages/src/common/crunch/do-component-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/e0ea7fe5/bigtop-packages/src/common/crunch/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/crunch/do-component-build b/bigtop-packages/src/common/crunch/do-component-build index 8ce59e3..5247217 100644 --- a/bigtop-packages/src/common/crunch/do-component-build +++ b/bigtop-packages/src/common/crunch/do-component-build @@ -23,7 +23,7 @@ export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m" mvn -DskipTests -Dcrunch.platform=2 \ -Dhadoop.version=$HADOOP_VERSION \ -Dhbase.version=$HBASE_VERSION \ - -Dspark.version=$SPARK_VERSION \ + -Dspark.version=$SPARK1_VERSION \ -Papache-release clean site:site package "$@" rm -rf build
