commit | 8624435bc7a968b74a568b7fe5b2e77744863dfe | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Sun Dec 13 00:05:08 2015 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Sun Dec 13 00:05:08 2015 -0800 |
tree | 69757c3578ee4a60006e7879e4f1fbef3b8f2578 | |
parent | 8a7b62194c5e858b4615100a3fcfcc9fbb3eba5e [diff] |
SENTRY-973: Bump hamcrest version (Colm O hEigeartaigh via Lenni Kuff) Change-Id: I5865c315632cbca20ed9b625963a29ba330563b1
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/.