commit | 1b6fe629c9049b2246adf4913dd448afa4abf398 | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Thu Jan 21 12:35:37 2016 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Thu Jan 21 12:35:37 2016 -0800 |
tree | bdeaca224bc4780b9301824a851f8cf267d6c8ad | |
parent | cb92ceb3bb45b100538642038567640797553a3d [diff] |
SENTRY-991: Roles of Sentry Permission needs to be case insensitive (Hao Hao via Lenni Kuff) Change-Id: Id1d883e897a1f1f2345a5c8d7566ce45ebf45706
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/.