Dan Burkert has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11292 )
Change subject: KUDU-428: Sentry integration scaffolding ...................................................................... KUDU-428: Sentry integration scaffolding In preparation for KUDU-428 (Sentry integration), this commit introduces some basic module and build-system scaffolding, including a new 'sentry' module, as well as the Sentry service thrift definition files. This is heavily based on the HMS integration equivalents. Change-Id: I51e68299b97f74f6844bfa9f8aba4c0bd4246c11 Reviewed-on: http://gerrit.cloudera.org:8080/11292 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M CMakeLists.txt M cmake_modules/FindThrift.cmake M src/kudu/hms/CMakeLists.txt M src/kudu/mini-cluster/CMakeLists.txt A src/kudu/sentry/CMakeLists.txt A src/kudu/sentry/mini_sentry.cc A src/kudu/sentry/mini_sentry.h A src/kudu/sentry/sentry_client-test.cc A src/kudu/sentry/sentry_client.cc A src/kudu/sentry/sentry_client.h A src/kudu/sentry/sentry_common_service.thrift A src/kudu/sentry/sentry_policy_service.thrift A src/kudu/sentry/thrift_operators.cc 13 files changed, 717 insertions(+), 8 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/11292 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I51e68299b97f74f6844bfa9f8aba4c0bd4246c11 Gerrit-Change-Number: 11292 Gerrit-PatchSet: 8 Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins
