commit | b095b5b991a164983163390f0c8c6f78557d017e | [log] [tgz] |
---|---|---|
author | hahao <hao.hao@cloudera.com> | Mon Mar 07 20:23:48 2016 -0800 |
committer | hahao <hao.hao@cloudera.com> | Mon Mar 07 20:23:48 2016 -0800 |
tree | 07422f36de64b53334fef339c53f5439d4e03a61 | |
parent | 36db9ba134444dab2d9cb06588a00186484063c4 [diff] |
SENTRY-1078: Add servlet for dumping configurations (Li Li, Reviewed by: Hao Hao) ) Change-Id: I88bad89b99fcdded2a74c61471a1433f86549e18
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/.