commit | 95b1e40e7062343f05e131afaea0a97bbf71ba4f | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Wed Jan 20 22:50:42 2016 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Wed Jan 20 22:50:42 2016 -0800 |
tree | 7b1f3c358b53f90ccd0a58971f74a4d302b5048b | |
parent | 5a827f6db54b1c0d3e310e98c1a35298c23ec114 [diff] |
SENTRY-986: Apply PMD plugin to Sentry source (Colm O hEigeartaigh via Lenni Kuff) Change-Id: Ied167f439bdf9c3bdfea7853801ed4f21d7aaede
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/.