SENTRY-953: External Partitions which are referenced by more than one table can cause some unexpected behavior with Sentry HDFS sync ( Hao Hao, Reviewed by: Sravya Tirukkovalur)

Change-Id: Ibcda4929bb008f518e4fd2bc4abb95406423488c
23 files changed
tree: 8eeb70afeee640168cef053d245b35e83eba3ce8
  1. bin/
  2. conf/
  3. dev-support/
  4. sentry-binding/
  5. sentry-core/
  6. sentry-dist/
  7. sentry-hdfs/
  8. sentry-policy/
  9. sentry-provider/
  10. sentry-solr/
  11. sentry-tests/
  12. .gitignore
  13. CHANGELOG.txt
  14. DISCLAIMER.txt
  15. LICENSE.txt
  16. NOTICE.txt
  17. pom.xml
  18. 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

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