tag | 9ebab3d53edab78a9f29af710e2f1a1189c11a5a | |
---|---|---|
tagger | Guoquan Shen <guoquan.shen@intel.com> | Wed Apr 08 14:14:55 2015 +0800 |
object | 589ea2c36f7bbec2affbddf10c3320178fdec9bf |
Sentry 1.5.0 incubating release
commit | 589ea2c36f7bbec2affbddf10c3320178fdec9bf | [log] [tgz] |
---|---|---|
author | Guoquan Shen <guoquan.shen@intel.com> | Tue Apr 07 12:48:21 2015 +0800 |
committer | Guoquan Shen <guoquan.shen@intel.com> | Tue Apr 07 12:48:21 2015 +0800 |
tree | 64ad97302213c546cb96dc7474e20bbc0ba8c3b3 | |
parent | 9ee9ba9825be9f0d50b7fe725029aa2cc7ab9dd0 [diff] |
SENTRY-682: Update changelog.txt, notice.txt, etc... for 1.5.0 release (Guoquan Shen, reviewed by Colin Ma)
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
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/.