commit | 4b33ad92988a8bc0e0bc6d03962dbc7cda58827e | [log] [tgz] |
---|---|---|
author | Sravya Tirukkovalur <sravya@cloudera.com> | Wed Dec 16 22:42:41 2015 -0800 |
committer | Sravya Tirukkovalur <sravya@cloudera.com> | Wed Dec 16 22:42:41 2015 -0800 |
tree | 8eeb70afeee640168cef053d245b35e83eba3ce8 | |
parent | 9fe720232120b27ada196a7693e57c2127db80ee [diff] |
SENTRY-953: External Partitions which are referenced by more than one table can cause some unexpected behavior with Sentry HDFS sync ( Hao Hao, Reviewed by: Sravya Tirukkovalur) Change-Id: Ibcda4929bb008f518e4fd2bc4abb95406423488c
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/.