commit | f5989d28d297d083f71ca4eaf1f996e82dce2024 | [log] [tgz] |
---|---|---|
author | hahao <hao.hao@cloudera.com> | Wed Mar 09 23:17:17 2016 -0800 |
committer | hahao <hao.hao@cloudera.com> | Wed Mar 09 23:17:17 2016 -0800 |
tree | 670c44068d7061ba307d0ddc204eabded8056610 | |
parent | b095b5b991a164983163390f0c8c6f78557d017e [diff] |
SENTRY-1114: Wrong classname and incorrect _CMD_JAR var in sentryShell (Bhooshan Mogal, Reviewed by: Hao Hao and Sravya Tirukkovalur) Change-Id: I5ce544ea6d07c99bff07702bb8001a6b9f47e5a2
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/.