Vihang Karajgaonkar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15223
Change subject: IMPALA-9386: Remove hive-metastore dependency from hive-3 profile ...................................................................... IMPALA-9386: Remove hive-metastore dependency from hive-3 profile IMPALA-9287 adds the capability to start Impala cluster with an embedded HMS. However, it adds a dependency of hive-metastore to the hive-3 profile which is unnecessary since we already have standalone-hive-metastore. Adding hive-metastore is not recommended since it brings along with it hive-serde as well which has a conflicting version of flatbuffers. This causes table loading errors on the catalog side. Testing: 1. Ran test_kudu_table_create_without_hms.py 2. Running core tests with CDP build. Change-Id: Iab7de6a7f11ef0bff85c0fb03f004756c3cde784 --- M fe/pom.xml M fe/src/test/resources/hive-site.xml.py 2 files changed, 2 insertions(+), 25 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/23/15223/2 -- To view, visit http://gerrit.cloudera.org:8080/15223 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iab7de6a7f11ef0bff85c0fb03f004756c3cde784 Gerrit-Change-Number: 15223 Gerrit-PatchSet: 2 Gerrit-Owner: Vihang Karajgaonkar <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
