commit | baad976f0ea6d3808dc0487af0aaaba2c25a1cce | [log] [tgz] |
---|---|---|
author | Gregory Chanan <gchanan@cloudera.com> | Tue Mar 08 15:47:15 2016 -0800 |
committer | Gregory Chanan <gchanan@cloudera.com> | Thu Mar 10 14:02:42 2016 -0800 |
tree | 492e1e339fff58ba024ea20cb99ebc98b9dfad47 | |
parent | 3d05db9b06fb63194ce4373b57623d6c499ac2e1 [diff] |
SENTRY-1122: Allow Solr Audit Log to Read Impersonator Info (Gregory Chanan, Reviewed by: Vamsee Yarlagadda)
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/.