commit | 7ce037351b7060d9c46b5578669839caf62cadcd | [log] [tgz] |
---|---|---|
author | Anne Yu <anneyu@cloudera.com> | Tue Feb 09 16:59:58 2016 -0800 |
committer | hahao <hao.hao@cloudera.com> | Mon Mar 21 23:13:09 2016 -0700 |
tree | bf9cc990feaad1cfc484d96f27c06a2c9f7c8eb4 | |
parent | 2575adde2a1fddc2594ecd0f3cdce7e5866cd228 [diff] |
SENTRY-1011: Add Kafka binding (Ashish K Singh, reviewed by HaoHao and Dapeng Sun, via Anne Yu) Change-Id: I4e54d5d519448bac24896b2c76fd875978ec655a
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/.