commit | c330a21c4488a15b12fa3f82b451ee370ab05f25 | [log] [tgz] |
---|---|---|
author | hahao <hao.hao@cloudera.com> | Tue Mar 15 13:15:02 2016 -0700 |
committer | hahao <hao.hao@cloudera.com> | Tue Mar 15 13:15:02 2016 -0700 |
tree | 8bb49076f927c74e46988ce0e586b3f2f7b9ad23 | |
parent | e3b77f06eeb9f64a413a51df1294d7e881d315f9 [diff] |
SENTRY-1136: Remove /Ping and /HealthCheck from Sentry Service Webpage (Li Li, Reviewed by: Hao Hao) Change-Id: Id6da1aaa1b117048f11a92c60378e0d0e7a5997a
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/.