commit | e2dd73d995be51f237cce3ae8240cc8c3407e820 | [log] [tgz] |
---|---|---|
author | Kalyan Kumar Kalvagadda <kalyan@apache.org> | Thu Jan 02 16:57:27 2020 +0000 |
committer | Kalyan Kumar Kalvagadda <kalyan@apache.org> | Thu Jan 02 16:57:27 2020 +0000 |
tree | 722a0bb4a6d6809e6537451742bb8f088c3ba1ad | |
parent | f5cad4fb15fa9b3aaf9d691e2df3065860b11353 [diff] |
SENTRY-2546: Preparing for sentry 2.3.0 development Change-Id: I35b305ab0239b3f1937c4a29044d28c677e1aadb
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/.