Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15206 )
Change subject: KUDU-2972 Add Ranger client ...................................................................... KUDU-2972 Add Ranger client Adds a Ranger client that communicates with the Java subprocess that wraps the Ranger plugin. It can be used by an authorization provider to translate between Kudu and Ranger. Removes default_database out parameter from ParseRangerTableIdentifier in table_util as we decided to take a slightly different path and this information is not needed anymore. Current test coverage consists of only unit tests with a mock subprocess server. Real integration tests will be added in a follow-up patch once a working MiniRanger is added to facilitate this testing. Change-Id: Ie2e1ec19ed3aeb4d82ad38fe1fb655f57021c1a4 Reviewed-on: http://gerrit.cloudera.org:8080/15206 Reviewed-by: Hao Hao <[email protected]> Tested-by: Andrew Wong <[email protected]> --- M src/kudu/common/table_util-test.cc M src/kudu/common/table_util.cc M src/kudu/common/table_util.h M src/kudu/ranger/CMakeLists.txt M src/kudu/ranger/ranger.proto A src/kudu/ranger/ranger_client-test.cc A src/kudu/ranger/ranger_client.cc A src/kudu/ranger/ranger_client.h M src/kudu/subprocess/server.cc M src/kudu/subprocess/server.h M src/kudu/subprocess/subprocess_proxy.h M src/kudu/util/subprocess.cc M src/kudu/util/subprocess.h 13 files changed, 832 insertions(+), 60 deletions(-) Approvals: Hao Hao: Looks good to me, approved Andrew Wong: Verified -- To view, visit http://gerrit.cloudera.org:8080/15206 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie2e1ec19ed3aeb4d82ad38fe1fb655f57021c1a4 Gerrit-Change-Number: 15206 Gerrit-PatchSet: 28 Gerrit-Owner: Attila Bukor <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241)
