commit | cb92ceb3bb45b100538642038567640797553a3d | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Wed Jan 20 23:29:51 2016 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Wed Jan 20 23:29:51 2016 -0800 |
tree | bd3092a375d9b57e1d30d8ad60448e0074a3a8de | |
parent | 95b1e40e7062343f05e131afaea0a97bbf71ba4f [diff] |
SENTRY-1015: Improve Sentry + Hive error message when user has insufficient privileges (Hao Hao via Lenni Kuff) Change-Id: Ic10a06bade1fd3a00519a5abeba1a278ceae2c8e
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/.