commit | f0b9367519f6db39ed6dcb3165b8c7fa01501422 | [log] [tgz] |
---|---|---|
author | Sun Dapeng <sdp@apache.org> | Thu Nov 12 10:22:01 2015 +0800 |
committer | Sun Dapeng <sdp@apache.org> | Thu Nov 12 10:24:17 2015 +0800 |
tree | d3e57d09925e0589f3a483593be6cb31eb2a6b4f | |
parent | 774afb70f8c0bd0842331048d7de0fd053ed6c79 [diff] |
Revert: "filterIndexNames should return the whole indexList" This reverts commit 774afb70f8c0bd0842331048d7de0fd053ed6c79
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/.