commit | 2575adde2a1fddc2594ecd0f3cdce7e5866cd228 | [log] [tgz] |
---|---|---|
author | Sun Dapeng <sdp@apache.org> | Mon Feb 01 09:19:21 2016 +0800 |
committer | hahao <hao.hao@cloudera.com> | Mon Mar 21 23:08:11 2016 -0700 |
tree | fb012428167def29b32603cf576262c96728f0fc | |
parent | ac6c0f0cbd0d314fabd08ffe8d055dc5688eb550 [diff] |
SENTRY-1013: Add policy engine for Kafka (Ashish K Singh via Dapeng Sun) Change-Id: I157bd09d6c053866e2c655383eeedee0fbc8fd50
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/.