Apache Spark

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Spark

As a: Big Data Engineer

I want to: install Apache Spark

So that: perform big data analytics, machine learning and stream processing.

Using the role

Using the role in a playbook
---
- name: Install spark
  hosts: all

  tasks:
    - name: spark is configured
      import_role:
        name: crivetimihai.spark
      vars:
        spark_enable_service: true
      tags: spark
# Install the role
ansible-galaxy install crivetimihai.spark

# Run the playbook
ansible-playbook spark-playbook.yml

Last update: 2020-02-04