commit | 7d6390e2cb833b4d3496971ee879cf008aae3fd1 | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Wed Dec 09 00:35:13 2015 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Wed Dec 09 00:36:22 2015 -0800 |
tree | 075747886768772316156e236325710fea6a8f43 | |
parent | 0e2e678e6941edb5c5b05696f1ce537a9a53d548 [diff] |
SENTRY-972: Include sentry-tests-hive hadoop test script in maven project (Colm O hEigeartaigh via Lenni Kuff) Change-Id: I8f7e7c99be0acc9c136fe0a4263b6224df163a12
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/.