grycap.spark
Apache Spark Role
This is an Ansible role to install Apache Spark (http://spark.apache.org/). You can also find a recipe for EC3 in the EC3 repository.
Role Variables
Here are the variables you can use with 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
To keep the code clean, you cannot push changes directly to the master branch. If you want to help, create a new branch, make your changes, and then submit a pull request.
Thank you!