Revert "SENTRY-2184: Performance Issue: MPath is queried for each MAuthzPathsMapping in full snapshot (Na Li, reviewed by Brian Towles)"

This reverts commit 0ec31c0f786a4c8eaca3901eb716297f74cab4ea.
2 files changed
tree: 47c986158ba4e09dabc92f6e2d764aef0304818b
  1. bin/
  2. build-tools/
  3. conf/
  4. dev-support/
  5. sentry-binding/
  6. sentry-core/
  7. sentry-dist/
  8. sentry-hdfs/
  9. sentry-policy/
  10. sentry-provider/
  11. sentry-service/
  12. sentry-solr/
  13. sentry-tests/
  14. sentry-tools/
  15. .gitignore
  16. CHANGELOG.txt
  17. LICENSE.txt
  18. NOTICE.txt
  19. pom.xml
  20. README.md
  21. README_license.txt
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

Wiki

Building Sentry

Building Sentry requires the following tools:

  • Apache Maven 3.2.5+ (Might hit issues with pentaho library with older maven versions)
  • Java JDK7 (can't access TBase errors with JDK8)

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