commit | 6ed0a17012fb1ff352fdbbd395cddd9018e26573 | [log] [tgz] |
---|---|---|
author | Lenni Kuff <lskuff@cloudera.com> | Fri Jan 29 23:21:42 2016 -0800 |
committer | Lenni Kuff <lskuff@cloudera.com> | Fri Jan 29 23:21:42 2016 -0800 |
tree | a7f47b6ea7e1646697065d7c90d23e29db1a569f | |
parent | a01a7501114ca0934255a0fb5e2635214f8ce887 [diff] |
SENTRY-1007: Sentry column-level performance for wide tables (Dapeng Sun via Lenni Kuff) Change-Id: I2299d0d45f33d082ee35a7e6a5e81a1587e5042b
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/.