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/10/17 16:59:59 UTC

[kudu-CR] [hms] Fix TestKuduMetastorePlugin on Hive 4

Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14487


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
---
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/87/14487/1
-- 
To view, visit http://gerrit.cloudera.org:8080/14487
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia211e65f66ce6002e6d25b31ab88437630e19473
Gerrit-Change-Number: 14487
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <gr...@apache.org>

[kudu-CR] [hms] Fix TestKuduMetastorePlugin on Hive 4

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14487 )

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 <ha...@cloudera.com>
---
M java/kudu-hive/src/test/java/org/apache/kudu/hive/metastore/TestKuduMetastorePlugin.java
1 file changed, 30 insertions(+), 5 deletions(-)

Approvals:
  Kudu Jenkins: Verified
  Hao Hao: Looks good to me, approved

-- 
To view, visit http://gerrit.cloudera.org:8080/14487
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia211e65f66ce6002e6d25b31ab88437630e19473
Gerrit-Change-Number: 14487
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Hao Hao <ha...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)

[kudu-CR] [hms] Fix TestKuduMetastorePlugin on Hive 4

Posted by "Hao Hao (Code Review)" <ge...@cloudera.org>.
Hao Hao has posted comments on this change. ( http://gerrit.cloudera.org:8080/14487 )

Change subject: [hms] Fix TestKuduMetastorePlugin on Hive 4
......................................................................


Patch Set 1: Code-Review+2

(1 comment)

http://gerrit.cloudera.org:8080/#/c/14487/1//COMMIT_MSG
Commit Message:

http://gerrit.cloudera.org:8080/#/c/14487/1//COMMIT_MSG@11
PS1, Line 11: their
nit: remove?



-- 
To view, visit http://gerrit.cloudera.org:8080/14487
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ia211e65f66ce6002e6d25b31ab88437630e19473
Gerrit-Change-Number: 14487
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Hao Hao <ha...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Comment-Date: Thu, 17 Oct 2019 18:19:39 +0000
Gerrit-HasComments: Yes