commit | 0b18f454d3fdca7176a66152a78cbcae17c0164f | [log] [tgz] |
---|---|---|
author | Sravya Tirukkovalur <sravya@cloudera.com> | Mon Nov 23 19:50:08 2015 -0800 |
committer | Sravya Tirukkovalur <sravya@cloudera.com> | Mon Nov 23 19:50:08 2015 -0800 |
tree | 99049e88316bfaed5474dc1a0dc29612c67afc31 | |
parent | a83c094f2025928cd59cfc53a3b11a3123606154 [diff] |
SENTRY-960: Blacklist reflect,java_method using hive.server2.builtin.udf.blacklist ( Sravya Tirukkovalur, Reviewed by: Lenni Kuff) Change-Id: I5fcd930cb272a9f9272e5ce45c35792d617370aa
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/.