# apache-sentry **Repository Path**: leojie/apache-sentry ## Basic Information - **Project Name**: apache-sentry - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-30 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/.