commit | a83c094f2025928cd59cfc53a3b11a3123606154 | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Thu Nov 19 22:03:14 2015 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Thu Nov 19 22:03:14 2015 -0800 |
tree | c9011e4e4a7c45ac2c2b142f6db145c79c317b2a | |
parent | 439d5f29a51021f6b02af04b2539908133f3f92c [diff] |
SENTRY-958: TestGrantPrivilege fails on JDK8 (Colm O hEigeartaigh via Lenni Kuff) Change-Id: I73bec3c587bb8520d370e1519fb3cb6e5f9a6523
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/.