Dan Burkert has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11413 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/11413 Tested-by: Kudu Jenkins Reviewed-by: Hao Hao <[email protected]> --- M java/kudu-client/build.gradle 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, 102 insertions(+), 2 deletions(-) Approvals: Kudu Jenkins: Verified Hao Hao: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I21069d81a4b54e55c399933b69789bf83bd58de0 Gerrit-Change-Number: 11413 Gerrit-PatchSet: 10 Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins
