commit | ac6c0f0cbd0d314fabd08ffe8d055dc5688eb550 | [log] [tgz] |
---|---|---|
author | Sun Dapeng <sdp@apache.org> | Tue Jan 26 09:11:07 2016 +0800 |
committer | hahao <hao.hao@cloudera.com> | Mon Mar 21 23:07:51 2016 -0700 |
tree | e8719d721f2899c9333cfdc58124466e7097abfb | |
parent | 326c38dc6ec59719f7612625028566e12695c119 [diff] |
SENTRY-1012: Add core model for Kafka (Ashish K Singh via Dapeng Sun) Change-Id: I92c8612c4b0e4f6cd359ddabe1ac6717ba4e218a
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/.