spark-authorizer
A Spark SQL extension which provides SQL Standard Authorization for Apache Spark | This repo is contributed to Apache Kyuubi | 项目已迁移至 Apache Kyuubi
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- hive-site.xml
- ranger-hive-audit.xml
- ranger-hive-security.xml
- ranger-prolcy-details.png
- building-spark-authorizer.md
- install_plugin.md
- manually_test_cases.md
- ranger_authorization.md
- spark_sql_authorization.md
- sql_std_based_authorization.md
- storage_based_authorization.md
- Logging.scala
- package.scala
- RangerSparkSQLExtension.scala
- Authorizable.scala
- Authorizer.scala
- AuthorizerExtension.scala
- HivePrivilegeObject.scala
- AuthzImpl.scala
- AuthzUtils.scala
- PrivilegesBuilder.scala
- .gitignore
- .travis.yml
- _config.yml
- LICENSE
- pom.xml
- README.md
- scalastyle-config.xml
# Installation Guide
1. Get the code
git clone https://github.com/yaooqinn/spark-authorizer
Downloads the entire project code from GitHub to your computer.
cd spark-authorizer
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
