commit | e6e7d7311174c83c02b5074a0d959b3326f8223c | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Fri Nov 13 23:14:18 2015 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Fri Nov 13 23:14:18 2015 -0800 |
tree | 9d57516c68ce3a82b5a6168e21236e9ed782163a | |
parent | f0b9367519f6db39ed6dcb3165b8c7fa01501422 [diff] |
SENTRY-945: Avoid logging all DataNucleus queries when debug logging is enabled (Li Li via Lenni Kuff) Change-Id: I5b9fc7f266f05456387980e9c6c734d30a5dca7c
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/.