commit | c2747d9e82d03724100f01d0f24b316de400f3fe | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Thu Dec 03 13:04:22 2015 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Thu Dec 03 13:04:22 2015 -0800 |
tree | a47484fe0c67e1adb62e9537e191e3fc3751edea | |
parent | d2a512ea30db126e5fb8bc72dc65e309b88d08b3 [diff] |
SENTRY-835: Drop table leaves a connection open when using metastorelistener (Hao Hao via Lenni Kuff) Change-Id: If7a018d5f4d129dae7944cf87cd0d4d5fd103b7e
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/.