commit | ef9b73884896fe63ec8182cc0f7fa428389cf43d | [log] [tgz] |
---|---|---|
author | Anne Yu <anneyu@apache.org> | Thu Jan 21 14:24:15 2016 -0800 |
committer | Anne Yu <anneyu@apache.org> | Fri Jan 22 17:57:18 2016 -0800 |
tree | 853728ba4d8fae09d1004b88f40cf8b6644ddb27 | |
parent | 0ce626c1139e52a6e9db1edabb5ec68b43999fb9 [diff] |
Sentry-1009: Improve TestDatabaseProvider to validate test object names instead of validating vague numbers. (Anne Yu, reviewed by Lenni Kuff>)
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/.