commit | 422a175517ad3cce3acd0213d10f9eddb24e8eff | [log] [tgz] |
---|---|---|
author | Sun Dapeng <sdp@apache.org> | Fri Dec 11 09:52:50 2015 +0800 |
committer | Sun Dapeng <sdp@apache.org> | Fri Dec 11 09:52:50 2015 +0800 |
tree | 49695ca7daf549de4c50ab7bb55a647c6d47a4ca | |
parent | 7d6390e2cb833b4d3496971ee879cf008aae3fd1 [diff] |
SENTRY-932: TestColumnEndToEnd error check should non-case sensitive (Dapeng Sun, reviewed by Anne Yu)
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/.