commit | cee62333935d8e85143a65b67e553e12e6867849 | [log] [tgz] |
---|---|---|
author | Sun Dapeng <sdp@apache.org> | Tue Feb 23 13:04:15 2016 +0800 |
committer | Sun Dapeng <sdp@apache.org> | Tue Feb 23 13:04:48 2016 +0800 |
tree | c3d1573e267e8368dcd608560c9d003834175341 | |
parent | 59bbfdc7983c5aec465b643d2584ad888432e48b [diff] |
SENTRY-1097: Fix compilation errors from SentryGenericPolicyProcessor (Dapeng Sun, reviewed by 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/.