commit | f49fb8d5303b1adc6cd21fec84acb6a3261c299e | [log] [tgz] |
---|---|---|
author | Anne Yu <anneyu@apache.org> | Tue Feb 09 13:37:27 2016 -0800 |
committer | Anne Yu <anneyu@apache.org> | Tue Feb 09 13:37:27 2016 -0800 |
tree | af7cb46d89bc77f05425a9afb0e8098a0c66ee38 | |
parent | cd4e14225104f0be3b1325ed4d10db734de1def6 [diff] |
SENTRY-1011: Add Kafka binding (Ashish K Singh, reviewed by HaoHao and Dapeng Sun, via Anne Yu)
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/.