compiles fine..
3 files changed
tree: f10c9ab591cc5418db61ec70dbcc9a44f50944ff
  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

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