commit | 01ed1243857cb9334b92a94c5aa825dd56e10fd9 | [log] [tgz] |
---|---|---|
author | hahao <hao.hao@cloudera.com> | Sat Mar 05 15:42:45 2016 -0800 |
committer | hahao <hao.hao@cloudera.com> | Mon Mar 21 23:17:12 2016 -0700 |
tree | bb5d7610bdc556c96ea666b88761bd760d177f3d | |
parent | 734e190526aebfd1f199b705e16ebc6f40d31f32 [diff] |
SENTRY-1057: Add implementations for acls' CRUD (Ashish K Singh, reviewed by: Dapeng Sun and Hao Hao) Change-Id: Iff5f23cee47bef256db387ceb032c1a6ea5c9124
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/.