commit | 67031139f0db369ed4969a23e97308c941a8c953 | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Sun Jan 10 00:04:40 2016 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Sun Jan 10 00:04:40 2016 -0800 |
tree | dceb0326a1f80c967a626af3d2b8e0e3f55f782d | |
parent | 3ee3e9320457a2df7cdd807183fb2700617de23c [diff] |
SENTRY-826: TRUNCATE on empty partitioned table in Hive fails (Li Li via Lenni Kuff) Change-Id: I1a1969e169ad014915473435ae62b4c1e054bac7
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/.