https://github.com/grycap/ansible-role-spark
Ansible role to install Apache Spark
https://github.com/grycap/ansible-role-spark
Last synced: 5 months ago
JSON representation
Ansible role to install Apache Spark
- Host: GitHub
- URL: https://github.com/grycap/ansible-role-spark
- Owner: grycap
- License: apache-2.0
- Created: 2016-12-12T12:09:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T07:25:23.000Z (over 1 year ago)
- Last Synced: 2025-01-27T08:26:09.808Z (over 1 year ago)
- Size: 28.3 KB
- Stars: 6
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://travis-ci.org/grycap/ansible-role-spark)
Apache Spark Role
==================
Ansible role to install Apache Spark (http://spark.apache.org/). A recipe for EC3 is also available in the EC3 repo.
Role Variables
--------------
The following variables can be passed to this role:
# The version of Spark (default value: 3.0.1)
spark_version: 3.0.1
Example Playbook
----------------
```
- hosts: server
roles:
- { role: 'grycap.spark', spark_version: '3.0.0'}
```
```
- hosts: client
roles:
- { role: 'grycap.spark', spark_version: '3.0.0'}
```
Contributing to the role
========================
In order to keep the code clean, pushing changes to the master branch has been disabled. If you want to contribute, you have to create a branch, upload your changes and then create a pull request.
Thanks