commit | b2d71a8c5716f37eb26510d97f654c31d1c4bf53 | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Tue Nov 24 22:16:52 2015 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Tue Nov 24 22:16:52 2015 -0800 |
tree | f22adc0f160702c79ef4cf13a432172b3c25332e | |
parent | 0b18f454d3fdca7176a66152a78cbcae17c0164f [diff] |
SENTRY-565: Improve performance of filtering Hive SHOW commands (Colin Ma via Lenni Kuff) Change-Id: I4c8875338b4a67ab66c8f29ac5916bb8679f2f04
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/.