commit | 488f8806180c22d4a3cfd7be926e147f16e7bc58 | [log] [tgz] |
---|---|---|
author | Gregory Chanan <gchanan@cloudera.com> | Tue Feb 02 17:39:46 2016 -0800 |
committer | Gregory Chanan <gchanan@cloudera.com> | Wed Feb 03 12:44:39 2016 -0800 |
tree | 9bc0c524c81941314857b0f119a91944b5b0fff1 | |
parent | cda611aee5f93862e1e3db3f27aa6e37672d1d91 [diff] |
SENTRY-1047: Use existing validators in SentryShellSolr (Gregory Chanan, reviewed by Lenni Kuff)
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/.