Hello Kudu Jenkins, Adar Dembo, Hao Hao,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/11292
to look at the new patch set (#6).
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
---
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, 694 insertions(+), 7 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/92/11292/6
--
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: newpatchset
Gerrit-Change-Id: I51e68299b97f74f6844bfa9f8aba4c0bd4246c11
Gerrit-Change-Number: 11292
Gerrit-PatchSet: 6
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