commit | dd51db4431cd63df26d72779421a61f785f183bf | [log] [tgz] |
---|---|---|
author | Kalyan Kumar Kalvagadda <kalyan@apache.org> | Thu Jul 23 15:44:41 2020 -0500 |
committer | lina.li <lina.li@cloudera.com> | Sat Jul 25 14:45:28 2020 -0500 |
tree | 159f1115623f3606278c8f8064f41ed5fb657d79 | |
parent | e2dd73d995be51f237cce3ae8240cc8c3407e820 [diff] |
SENTRY-2557: Queries are running too slow after when there are more than 4k roles (Kalyan kumar kalvagadda Reviewd by Na Li)
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/.