commit | c117c65ba9dadc0a2ae7d52f40ec5d20b559ed9c | [log] [tgz] |
---|---|---|
author | hahao <hao.hao@cloudera.com> | Wed Mar 02 10:21:13 2016 -0800 |
committer | hahao <hao.hao@cloudera.com> | Mon Mar 21 23:14:14 2016 -0700 |
tree | a95cc03681a47f0c8c0bcb3e4bc1a0b89a43690c | |
parent | 184a32d68fd319ff00e187d5d3558bc330d3c560 [diff] |
SENTRY-1098: Make Kafka dependency as provided (Ashish K Singh, reviewed by: Dapeng Sun and Hao Hao) Change-Id: I64c3d4178a71037de860a61de32db8380445666b
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/.