You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2014/12/08 19:42:11 UTC

bigtop git commit: BIGTOP-1543. Implement Hive 0.14

Repository: bigtop
Updated Branches:
  refs/heads/master 0a006be94 -> 6f720d06c


BIGTOP-1543. Implement Hive 0.14

Signed-off-by: Konstantin Boudnik <co...@apache.org>


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

Branch: refs/heads/master
Commit: 6f720d06c62edf91aec7db9282717ccf86658aaf
Parents: 0a006be
Author: Olaf Flebbe <o....@science-computing.de>
Authored: Fri Nov 28 15:36:15 2014 +0100
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Mon Dec 8 10:41:57 2014 -0800

----------------------------------------------------------------------
 bigtop-packages/src/common/hive/do-component-build | 4 ++++
 bigtop.mk                                          | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/6f720d06/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 a5d68b9..7e9c14e 100644
--- a/bigtop-packages/src/common/hive/do-component-build
+++ b/bigtop-packages/src/common/hive/do-component-build
@@ -18,6 +18,10 @@ set -ex
 
 . `dirname ${0}`/bigtop.bom
 
+
+#fix SNAPSHOT dependencies
+sed -i -e 's@-SNAPSHOT@@' pom.xml ql/pom.xml
+
 bom2props() {
 cat <<__EOT__ 
 hbase.version=$HBASE_VERSION

http://git-wip-us.apache.org/repos/asf/bigtop/blob/6f720d06/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index 60bf9a1..f071bf5 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -93,7 +93,7 @@ $(eval $(call PACKAGE,pig,PIG))
 HIVE_NAME=hive
 HIVE_RELNOTES_NAME=Apache Hive
 HIVE_PKG_NAME=hive
-HIVE_BASE_VERSION=0.13.0
+HIVE_BASE_VERSION=0.14.0
 HIVE_PKG_VERSION=$(HIVE_BASE_VERSION)
 HIVE_RELEASE_VERSION=1
 HIVE_TARBALL_DST=apache-hive-$(HIVE_BASE_VERSION)-src.tar.gz