Hello Andrew Wong, Adar Dembo, Hao Hao,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/11413
to review the following change.
Change subject: HMS integration: provide Java API to override owner during
table create
......................................................................
HMS integration: provide Java API to override owner during table create
This is necessary so that Impala can override the table owner, instead
of using the inferred username of the connection (which would be
'impala'). This API is marked as unstable since it's not clear we will
want to support it long term, and there are some open questions about
the fine-grained privileges required to use it.
Change-Id: I21069d81a4b54e55c399933b69789bf83bd58de0
---
M java/kudu-client/pom.xml
M java/kudu-client/src/main/java/org/apache/kudu/client/CreateTableOptions.java
A
java/kudu-client/src/test/java/org/apache/kudu/client/TestHiveMetastoreIntegration.java
M src/kudu/master/catalog_manager.cc
M src/kudu/master/master.proto
5 files changed, 81 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/13/11413/1
--
To view, visit http://gerrit.cloudera.org:8080/11413
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I21069d81a4b54e55c399933b69789bf83bd58de0
Gerrit-Change-Number: 11413
Gerrit-PatchSet: 1
Gerrit-Owner: Dan Burkert <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Hao Hao <[email protected]>