Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 455 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 455 Bytes

ansible-spark

An Ansible role for installing Apache Spark.

Role Variables

  • spark_version - Spark version.
  • spark_cloudera_distribution - Cloudera distribution version (default: cdh5.4)
  • spark_env_extras - An optional dictionary with key and value attributes to add to spark-env.sh (e.g. MESOS_NATIVE_LIBRARY: "/usr/local/lib/libmesos.so")

Example Playbook

See the examples directory.