commit | 51f4e8d46445b83debfd3984620b2953378a82e0 | [log] [tgz] |
---|---|---|
author | hahao <hao.hao@cloudera.com> | Wed Mar 02 10:44:28 2016 -0800 |
committer | hahao <hao.hao@cloudera.com> | Mon Mar 21 23:16:32 2016 -0700 |
tree | 1cca537d4d726582a56da4cb05f6a727e70454f0 | |
parent | c117c65ba9dadc0a2ae7d52f40ec5d20b559ed9c [diff] |
SENTRY-1056: Get service name from Kafka's server properties. (Ashish K Singh, reviewed by: Dapeng Sun and Hao Hao) Change-Id: Ibb0abb9c01d50c05dc178e31d08295c0b3efb9b1
What is Sentry?
Apache Sentry is a highly modular system for providing fine grained role based authorization to both data and metadata stored on an Apache Hadoop cluster.
Contact us!
Bug and Issues tracker
Wiki
Building Sentry
Building Sentry requires the following tools:
To compile Sentry, run:
mvn install -DskipTests
To run Sentry tests, run:
mvn test
To build a distribution, run:
mvn install
The final Sentry distribution artifacts will be in $project/sentry-dist/target/.