Sentry 1.3.0-rc1 incubating release
SENTRY-163: Fix CHANGELOG.txt in sentry 1.3.0 release branch  (Sravya Tirukkovalur via Shreepadma)
1 file changed
tree: f68cb73caae742f1bb9db5abdfbac8ceb682e151
  1. dev-support/
  2. sentry-binding/
  3. sentry-core/
  4. sentry-dist/
  5. sentry-policy/
  6. sentry-provider/
  7. sentry-tests/
  8. .gitignore
  9. CHANGELOG.txt
  10. DISCLAIMER.txt
  11. LICENSE.txt
  12. NOTICE.txt
  13. pom.xml
  14. 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/.