commit | 326c38dc6ec59719f7612625028566e12695c119 | [log] [tgz] |
---|---|---|
author | Sravya Tirukkovalur <sravya@cloudera.com> | Mon Mar 21 14:42:50 2016 -0700 |
committer | Sravya Tirukkovalur <sravya@cloudera.com> | Mon Mar 21 14:42:50 2016 -0700 |
tree | d2552f96ddadd7a64cb66fddcdb15020fd25ce5f | |
parent | 1434d15b0d585ec29c09c9245d64349d96edc904 [diff] |
SENTRY-1135: Remove deprecated junit.framework dependencies (Colm O hEigeartaigh, Reviewed by: Sravya Tirukkovalur) Change-Id: I65ce09cd4933ac9f206846e7899c2e6c1e9bbf39
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/.