RC0 was release as Apache Sentry 1.3.0 incubating on 09/25/2014
Update CHANGELOG.txt
1 file changed
tree: 0227b74b4b0afeafa538b101c39993efa4075d4c
  1. sentry-binding/
  2. sentry-core/
  3. sentry-dist/
  4. sentry-provider/
  5. sentry-tests/
  6. .gitignore
  7. CHANGELOG.txt
  8. DISCLAIMER.txt
  9. LICENSE.txt
  10. NOTICE.txt
  11. pom.xml
  12. README.md
README.md

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

Building Sentry

Building Sentry requires the following tools:

  • Apache Maven 3.0+
  • Java JDK 1.6+

To compile Sentry, run:

mvn compile

To run Sentry tests, run:

mvn test -Pdownload-hadoop

To build a distribution, run:

mvn install

The final Sentry distribution artifacts will be in $project/sentry-dist/target/.