tag | ef175d08a720f7f9441416d84467ed227576d8df | |
---|---|---|
tagger | Kalyan Kumar Kalvagadda <kalyan@apache.org> | Thu Jan 02 17:22:40 2020 +0000 |
object | 02383552e31f0218fe69cb2f56caaee3f691cecc |
Sentry 2.2.0 release
commit | 02383552e31f0218fe69cb2f56caaee3f691cecc | [log] [tgz] |
---|---|---|
author | Kalyan Kumar Kalvagadda <kalyan@apache.org> | Thu Jan 02 17:21:27 2020 +0000 |
committer | Kalyan Kumar Kalvagadda <kalyan@apache.org> | Thu Jan 02 17:21:27 2020 +0000 |
tree | 8a5e586c3eb8e7c6ce4a6059f918450d22fbc24b | |
parent | 1b354b6260a7ad6da256401cdc9d24253684243b [diff] |
SENTRY-2547: Updating the changelog for release 2.2.0 Change-Id: I510f5ef449dc85243f202d00d11ca138619ff69b
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/.