commit | 0ce626c1139e52a6e9db1edabb5ec68b43999fb9 | [log] [tgz] |
---|---|---|
author | Sravya Tirukkovalur <sravya@cloudera.com> | Fri Jan 22 11:54:34 2016 -0800 |
committer | Sravya Tirukkovalur <sravya@cloudera.com> | Fri Jan 22 11:54:34 2016 -0800 |
tree | 7b488bd896de1841e8348f86320d494a4d5e206c | |
parent | 2ae1befdad80a5d23f4efe25d29555d767c592d8 [diff] |
SENTRY-1018: HiveServer is not properly shutdown cause BindException in TestServerConfiguration ( Hao Hao, Reviewed by: Sravya Tirukkovalur and Anne Yu) Change-Id: I2824f1158c1dee71a239ee667bbbcf6a53e7068d
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/.