SENTRY-119 - Reduce tarball size by excluding third party directory (Brock Noland via Gregory Chanan)
2 files changed
tree: 1a2dc2d4c238b02399f7318e44c990e01e129c0c
  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/.