commit | 0e2e678e6941edb5c5b05696f1ce537a9a53d548 | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Wed Dec 09 00:33:08 2015 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Wed Dec 09 00:33:08 2015 -0800 |
tree | a47484fe0c67e1adb62e9537e191e3fc3751edea | |
parent | 0c6062b412f164453b99291824481a32b3dbb959 [diff] |
Revert "SENTRY-972: Include sentry-tests-hive hadoop test script in maven project (Colm O hEigeartaigh via Lenni Kuff)" This reverts commit 0c6062b412f164453b99291824481a32b3dbb959.
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:
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/.