commit | a0215eea16c032650a43c3694cc460ec26b37c80 | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Tue Mar 01 17:15:54 2016 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Tue Mar 01 17:15:54 2016 -0800 |
tree | 0acafac0776ee1f33f296c214711da817a3d8c78 | |
parent | bbef55f965a2c8d10234c1d75ca2aa9229af5ca1 [diff] |
SENTRY-520: Use the twitter Bootstrap kit (or similar) to beautify the Sentry Service webpage (Li Li via Lenni Kuff) Change-Id: Ia8536c955b6c18e81dbfd4bb01b99cd1e5b4dd0f
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/.