tag | 1d373fd856b67c0bfe4ca5669ecbe64a5ed722fc | |
---|---|---|
tagger | Karthik Ramachandran <kramachandran@iqt.org> | Thu May 15 18:21:54 2014 -0700 |
object | 65276c4f0970a1cf37b904f7b22f64d1ed2800c8 |
RC0 was release as Apache Sentry 1.3.0 incubating on 09/25/2014
commit | 65276c4f0970a1cf37b904f7b22f64d1ed2800c8 | [log] [tgz] |
---|---|---|
author | Shreepadma Venugopalan <shreepadma@apache.org> | Wed Sep 18 16:53:47 2013 -0700 |
committer | Shreepadma Venugopalan <shreepadma@apache.org> | Wed Sep 18 16:54:42 2013 -0700 |
tree | 0227b74b4b0afeafa538b101c39993efa4075d4c | |
parent | 46e73a37e9f6f336ae3e9639c4649acb1a79b524 [diff] |
Update CHANGELOG.txt
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 compile
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/.