commit | 5c2597de003310ea69f159acfba2bb75476492f4 | [log] [tgz] |
---|---|---|
author | Sravya Tirukkovalur <sravya@cloudera.com> | Wed Feb 10 16:04:36 2016 -0800 |
committer | Sravya Tirukkovalur <sravya@cloudera.com> | Wed Feb 10 16:05:51 2016 -0800 |
tree | b3f07117fd2c42ee219001ae7e17b5d0f7a08f23 | |
parent | 8a669304b43d294dcc575d8de4e67c9365c443c0 [diff] |
SENTRY-993: list_sentry_privileges_by_authorizable() gone in API v2 ( Hao Hao, Reviewed by: Colin Ma and Lenni Kuff) Change-Id: If47467956f59959d41ff6a17a068baac7bc8a3c6
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/.