Ansible role to install Apache Spark (http://spark.apache.org/). A recipe for EC3 is also available in the EC3 repo.
The following variables can be passed to this role:
# The version of Spark (default value: 3.0.1)
spark_version: 3.0.1
- hosts: server
roles:
- { role: 'grycap.spark', spark_version: '3.0.0'}
- hosts: client
roles:
- { role: 'grycap.spark', spark_version: '3.0.0'}
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