commit | e6f6c1fbcc7539c5f79d8c52542fbc303fbc1ad5 | [log] [tgz] |
---|---|---|
author | Anne Yu <anneyu@apache.org> | Wed Feb 17 18:54:24 2016 -0800 |
committer | Anne Yu <anneyu@apache.org> | Thu Feb 18 13:54:27 2016 -0800 |
tree | a5cf1d1466bdf90c8ac38b7bb2fe7d883c3e6f7b | |
parent | 219f6bc9d2c9b240b21c72fef456a2bb357d8229 [diff] |
SENTRY-974: create a script to generate large size of sentry and hive metadata(databases, tables, roles, permissions and groups). (Anne Yu, reviewed by Colin Ma and Hao Hao)
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/.