You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2016/12/19 20:53:22 UTC

bigtop git commit: BIGTOP-2594: Workaround to fix Hive Build, by using SPARK1 Version

Repository: bigtop
Updated Branches:
  refs/heads/master e5c182d1a -> a2c185317


BIGTOP-2594: Workaround to fix Hive Build, by using SPARK1 Version


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/a2c18531
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/a2c18531
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/a2c18531

Branch: refs/heads/master
Commit: a2c1853172a3064df4b22c4f278beadf4898d565
Parents: e5c182d
Author: Olaf Flebbe <of...@oflebbe.de>
Authored: Sat Nov 19 17:32:58 2016 +0100
Committer: Olaf Flebbe <of...@oflebbe.de>
Committed: Mon Dec 19 21:53:15 2016 +0100

----------------------------------------------------------------------
 bigtop-packages/src/common/hive/do-component-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/a2c18531/bigtop-packages/src/common/hive/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/hive/do-component-build b/bigtop-packages/src/common/hive/do-component-build
index 01b8038..2293c55 100644
--- a/bigtop-packages/src/common/hive/do-component-build
+++ b/bigtop-packages/src/common/hive/do-component-build
@@ -28,7 +28,7 @@ HIVE_MAVEN_OPTS=" -Dhbase.version=$HBASE_VERSION \
 -DskipTests \
 -Dhbase.version.with.hadoop.version=$HBASE_VERSION \
 -Dtez.version=${TEZ_VERSION} \
--Dspark.version=${SPARK_VERSION}
+-Dspark.version=${SPARK1_VERSION}
 "
 
 export MAVEN_OPTS="-Xmx1500m -Xms1500m -XX:MaxPermSize=256m"