commit | 0c6062b412f164453b99291824481a32b3dbb959 | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Sat Dec 05 16:11:16 2015 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Sat Dec 05 16:11:16 2015 -0800 |
tree | 4169a341a319562827e67d1db5b46cdf591da260 | |
parent | c2747d9e82d03724100f01d0f24b316de400f3fe [diff] |
SENTRY-972: Include sentry-tests-hive hadoop test script in maven project (Colm O hEigeartaigh via Lenni Kuff) Change-Id: I537381fd8909f3a73688c68d5718b69c1302b64d
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/.