Skip to content

karkumar/incubator-sentry

 
 

Repository files navigation

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

About

Mirror of Apache Sentry

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.1%
  • XSLT 1.5%
  • JavaScript 1.3%
  • Other 1.1%