You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by yw...@apache.org on 2015/03/23 05:52:50 UTC

bigtop git commit: BIGTOP-1701: Upgrade to Hive 1.1.0

Repository: bigtop
Updated Branches:
  refs/heads/master 0d2ac058d -> c8235426b


BIGTOP-1701: Upgrade to Hive 1.1.0


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

Branch: refs/heads/master
Commit: c8235426bb00d1af2f0e8ce1e484f1954c041e1d
Parents: 0d2ac05
Author: YoungWoo Kim <yw...@apache.org>
Authored: Mon Mar 16 14:04:39 2015 +0900
Committer: YoungWoo Kim <yw...@apache.org>
Committed: Mon Mar 23 13:51:47 2015 +0900

----------------------------------------------------------------------
 bigtop.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/c8235426/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index 706942f..4517c92 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -97,7 +97,7 @@ $(eval $(call PACKAGE,pig,PIG))
 HIVE_NAME=hive
 HIVE_RELNOTES_NAME=Apache Hive
 HIVE_PKG_NAME=hive
-HIVE_BASE_VERSION=1.0.0
+HIVE_BASE_VERSION=1.1.0
 HIVE_PKG_VERSION=$(HIVE_BASE_VERSION)
 HIVE_RELEASE_VERSION=1
 HIVE_TARBALL_DST=apache-hive-$(HIVE_BASE_VERSION)-src.tar.gz