commit | e3b77f06eeb9f64a413a51df1294d7e881d315f9 | [log] [tgz] |
---|---|---|
author | Colin Ma <colin@apache.org> | Fri Mar 11 15:27:55 2016 +0800 |
committer | Colin Ma <colin@apache.org> | Fri Mar 11 15:27:55 2016 +0800 |
tree | 1d1ee0063549cdf06b802260a93b402c77f42763 | |
parent | 0619d8a1a0860674bae2fcc035148ce3d23d009f [diff] |
SENTRY-1119: Allow data engines to specify the ActionFactory from configuration(Bhooshan Mogal via Colin Ma, reviewed by Colin Ma, Sravya Tirukkovalur)
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/.