commit | 734e190526aebfd1f199b705e16ebc6f40d31f32 | [log] [tgz] |
---|---|---|
author | hahao <hao.hao@cloudera.com> | Wed Mar 02 10:55:05 2016 -0800 |
committer | hahao <hao.hao@cloudera.com> | Mon Mar 21 23:16:53 2016 -0700 |
tree | 28d2d7f26f06f7adfe2f6375af3e03acf235f3c0 | |
parent | 51f4e8d46445b83debfd3984620b2953378a82e0 [diff] |
SENTRY-1030: Restrict Kafka Cluster authorizable to only have "kafka-cluster" as authorizable's name. (Ashish K Singh, reviewed by: Dapeng Sun and Hao Hao) Change-Id: I0be60422a85ba783a825a71cd677820dbbc388fa
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/.