commit | 03b2f18823e23200d100c1610b5a53c4e641ca46 | [log] [tgz] |
---|---|---|
author | Sravya Tirukkovalur <sravya@cloudera.com> | Mon Feb 22 13:14:26 2016 -0800 |
committer | Sravya Tirukkovalur <sravya@cloudera.com> | Mon Feb 22 13:14:26 2016 -0800 |
tree | 3b1578e2a43ec638cee25089f7df1e3d5f8ac8c2 | |
parent | e6f6c1fbcc7539c5f79d8c52542fbc303fbc1ad5 [diff] |
SENTRY-1035: Generic service does not handle group name casing correctly (Sravya Tirukkovalur, Reviewed by: Hao Hao and Lenni Kuff) Change-Id: I4479b18676b6e8f5ac044a7e74927092db36a9a8
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/.