Sentry 1.4.0 incubating release
SENTRY-369: Update changelog.txt, notice.txt, etc... for 1.4.0 release ( Tuong Truong via Sravya Tirukkovalur)
2 files changed
tree: e21e03e9c9e39a6ffacf852b4d04e0a8e1cc16f5
  1. bin/
  2. conf/
  3. dev-support/
  4. sentry-binding/
  5. sentry-core/
  6. sentry-dist/
  7. sentry-policy/
  8. sentry-provider/
  9. sentry-tests/
  10. .gitignore
  11. CHANGELOG.txt
  12. DISCLAIMER.txt
  13. LICENSE.txt
  14. NOTICE.txt
  15. pom.xml
  16. 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+

Running hive end to end tests requires:

  • wget

To compile Sentry, run:

mvn install -DskipTests

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/.