You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Grant Henke (Code Review)" <ge...@cloudera.org> on 2019/08/05 03:28:55 UTC

[kudu-CR] WIP: Upgrade Hive dependency to 3.1.1

Hello Tidy Bot, Kudu Jenkins, Adar Dembo, Hao Hao, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/13256

to look at the new patch set (#9).

Change subject: WIP: Upgrade Hive dependency to 3.1.1
......................................................................

WIP: Upgrade Hive dependency to 3.1.1

This patch
- Upgrades Hive to 3.1.1
- Upgrades Hadoop to 3.2.0
- Uses the Hive `schematool` to initialized the
derby database in the MiniHms. This fixes issues
with autoCreate and is more representative of a
production environment.
- Workaround HIVE-21614 by using `LIKE` instead
of `=` when filtering tables.

TODO:
- Fix Sentry HiveConf compat issues.

Change-Id: Iec3ab2cc4e41a26cee8dd7f7098a2f288c56a42c
---
M java/gradle/dependencies.gradle
M java/kudu-hive/build.gradle
M java/kudu-hive/src/test/java/org/apache/kudu/hive/metastore/TestKuduMetastorePlugin.java
M src/kudu/hms/CMakeLists.txt
M src/kudu/hms/hive_metastore.thrift
M src/kudu/hms/hms_catalog.cc
M src/kudu/hms/hms_client-test.cc
M src/kudu/hms/mini_hms.cc
M src/kudu/sentry/mini_sentry.cc
M src/kudu/util/subprocess.cc
M src/kudu/util/subprocess.h
M thirdparty/build-thirdparty.sh
M thirdparty/package-hadoop.sh
M thirdparty/vars.sh
14 files changed, 865 insertions(+), 123 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/56/13256/9
-- 
To view, visit http://gerrit.cloudera.org:8080/13256
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iec3ab2cc4e41a26cee8dd7f7098a2f288c56a42c
Gerrit-Change-Number: 13256
Gerrit-PatchSet: 9
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Hao Hao <ha...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)