tag | 28fe55be0f2f0f8c1d2e7e923209a601b07913b4 | |
---|---|---|
tagger | Karthik Ramachandran <kramachandran@iqt.org> | Mon Apr 28 13:52:54 2014 -0700 |
object | 31c8aca46c060685bd5a01f7706e2adab78a20d8 |
Sentry 1.3.0-rc3 incubating release, same source as previous rc
commit | 31c8aca46c060685bd5a01f7706e2adab78a20d8 | [log] [tgz] |
---|---|---|
author | Sravya Tirukkovalur <sravya@clouera.com> | Thu Apr 10 16:21:26 2014 -0700 |
committer | Sravya Tirukkovalur <sravya@clouera.com> | Thu Apr 10 16:21:26 2014 -0700 |
tree | fcbb79898f025d5e8260431352551ca13b38abe9 | |
parent | 285f85e6d78660567e4ac4fbf85dcb8fea4d6854 [diff] |
Update CHANGELOG
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:
Running hive end to end tests requires:
To compile Sentry, run:
mvn install -DskipTests
To run Sentry tests, run:
mvn test -Pdownload-hadoop
To build a distribution, run:
mvn install
The final Sentry distribution artifacts will be in $project/sentry-dist/target/.