commit | b17c1acc7d86e07c9f54415b9aa2c66a0bb158f0 | [log] [tgz] |
---|---|---|
author | kalyan kumar kalvagadda <kkalyan@cloudera.com> | Fri Dec 27 14:06:34 2019 -0600 |
committer | kalyan kumar kalvagadda <kkalyan@cloudera.com> | Fri Dec 27 14:08:17 2019 -0600 |
tree | 204093f8dd4cab5607977391b29ee82a522bb6ba | |
parent | 789101cdc456a27efe74338e50d5a6030feb8baa [diff] |
SENTRY-2539:PolicyEngine should be able to return privilege directly (Na Li reviewed by Kalyan kumar kalvagadda) (cherry picked from commit 843368fc2aeb154f9cf7b18d191c128644295ce5)
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/.