Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14489
Change subject: [hms] Fix TestKuduMetastorePlugin on Hive 4 ...................................................................... [hms] Fix TestKuduMetastorePlugin on Hive 4 This patch is another patch in preparation for Hive 3 and 4. In Hive 4 the MetastoreDefaultTransformer ensures that external tables don’t use the warehouse as a their storage location. Kudu doesn’t actually use this location, but the location must still be valid. This patch changes the test to set the correct location for external and managed tables and configures a default external warehouse for Hive 4+. Change-Id: Ia211e65f66ce6002e6d25b31ab88437630e19473 Reviewed-on: http://gerrit.cloudera.org:8080/14487 Tested-by: Kudu Jenkins Reviewed-by: Hao Hao <[email protected]> (cherry picked from commit d96f8fca55222da2a8a9e4c98bf4bebee3525989) --- M java/kudu-hive/src/test/java/org/apache/kudu/hive/metastore/TestKuduMetastorePlugin.java 1 file changed, 30 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/89/14489/1 -- To view, visit http://gerrit.cloudera.org:8080/14489 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.11.x Gerrit-MessageType: newchange Gerrit-Change-Id: Ia211e65f66ce6002e6d25b31ab88437630e19473 Gerrit-Change-Number: 14489 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
