Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/sentry
Mirror of Apache Sentry
https://github.com/apache/sentry
sentry
Last synced: 2 months ago
JSON representation
Mirror of Apache Sentry
- Host: GitHub
- URL: https://github.com/apache/sentry
- Owner: apache
- License: apache-2.0
- Archived: true
- Created: 2016-03-26T07:00:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T19:53:37.000Z (over 4 years ago)
- Last Synced: 2024-09-26T16:02:05.550Z (3 months ago)
- Topics: sentry
- Language: Java
- Size: 10.1 MB
- Stars: 120
- Watchers: 16
- Forks: 89
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-auth - Apache Sentry - Highly modular system for providing fine grained role based authorization to both data and metadata stored on an Apache Hadoop cluster. (Authorization / <a name="authZ-java"></a>Java)
README
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!
* Mailing lists: https://cwiki.apache.org/confluence/display/SENTRY/Mailing+Lists
Bug and Issues tracker
* https://issues.apache.org/jira/browse/SENTRY
Wiki
* https://cwiki.apache.org/confluence/display/SENTRY/Home
Building Sentry
Building Sentry requires the following tools:
* Apache Maven 3.2.5+ (Might hit issues with pentaho library with older maven versions)
* Java JDK7 (can't access TBase errors with JDK8)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/.