commit | 65eda014575f1836da7b7beb1f8b9935adb992c3 | [log] [tgz] |
---|---|---|
author | Sravya Tirukkovalur <sravya@cloudera.com> | Fri Feb 12 17:41:35 2016 -0800 |
committer | Sravya Tirukkovalur <sravya@cloudera.com> | Fri Feb 12 17:41:35 2016 -0800 |
tree | 36ec66214d6356a1314cd39f3929641e4d13ce7b | |
parent | 1665b93d04be174bf43ad5367fa7b686b2413b70 [diff] |
SENTRY-1064: Fix TestDbOperations#testCaseSensitivity ( Anne Yu, Reviewed by: Sravya Tirukkovalur) Change-Id: Iaf20b21494de63f636d9e5cf32e686b93b775181
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/.