Skip to content

grycap/ansible-role-spark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Build Status

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

About

Ansible role to install Apache Spark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published