You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by gr...@apache.org on 2020/12/14 15:05:40 UTC

[kudu] 03/03: [thirdparty] Upgrade Hive to 3.1.2

This is an automated email from the ASF dual-hosted git repository.

granthenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit 808881ecae8bdb9f3b17733dbe15a5cec2475cc2
Author: Grant Henke <gr...@apache.org>
AuthorDate: Sun Dec 13 17:10:30 2020 -0600

    [thirdparty] Upgrade Hive to 3.1.2
    
    This patch upgrades Hive from 3.1.1 to 3.1.2 which is aligned with the
    Java build.
    
    Change-Id: I0a2b93d7c713558e2f8e18a8b0a9aca006ad4b60
    Reviewed-on: http://gerrit.cloudera.org:8080/16871
    Tested-by: Grant Henke <gr...@apache.org>
    Reviewed-by: Andrew Wong <aw...@cloudera.com>
---
 thirdparty/vars.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 6f75de3..1f279f9 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -203,7 +203,8 @@ BISON_SOURCE=$TP_SOURCE_DIR/$BISON_NAME
 
 # Note: The Hive release binary tarball is stripped of unnecessary jars before
 # being uploaded. See thirdparty/package-hive.sh for details.
-HIVE_VERSION=3.1.1
+# ./thirdparty/package-hive.sh -d -r -v 3.1.2 apache-hive-3.1.2-bin
+HIVE_VERSION=3.1.2
 HIVE_NAME=hive-$HIVE_VERSION
 HIVE_SOURCE=$TP_SOURCE_DIR/$HIVE_NAME