Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14018 )
Change subject: Prepare for upgrading to Hive 3 ...................................................................... Prepare for upgrading to Hive 3 This patch contains build and test changes that work on both Hive 2 and Hive 3 to minimize the changes required when upgrading to Hive 3. - Uses the Hive `schematool` to initialize the derby database in the MiniHms. This fixes issues with autoCreate and is more representative of a production environment. - Adjust logging configuration in the MiniHms to be more explicit. - Workaround HADOOP-8719 by hardcoding the HADOOP_OS_TYPE. - Workaround HIVE-21614 by using `LIKE` instead of `=` when filtering tables. Change-Id: If43ae2330b3d99374c68bae313a3f8bc070f9c69 Reviewed-on: http://gerrit.cloudera.org:8080/14018 Reviewed-by: Hao Hao <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/hms/CMakeLists.txt 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/hms/mini_hms.h M src/kudu/util/subprocess.cc M src/kudu/util/subprocess.h M thirdparty/package-hadoop.sh 8 files changed, 58 insertions(+), 23 deletions(-) Approvals: Hao Hao: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/14018 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If43ae2330b3d99374c68bae313a3f8bc070f9c69 Gerrit-Change-Number: 14018 Gerrit-PatchSet: 5 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241)
