commit | 8a7b62194c5e858b4615100a3fcfcc9fbb3eba5e | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Sat Dec 12 23:58:37 2015 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Sat Dec 12 23:58:37 2015 -0800 |
tree | 667d376e30cffcd38ed99f44e0f0e8ad8456c936 | |
parent | 422a175517ad3cce3acd0213d10f9eddb24e8eff [diff] |
SENTRY-979: Speed up the build by avoiding a fork for every test (Colm O hEigeartaigh via Lenni Kuff) Change-Id: I4428c753cd7fa2b6c8714f5a754b890a3ac530da
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/.