Apache Spark
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.spark vars: spark_enable_service: true tags: spark
# Install the role ansible-galaxy install devopstoolbox.spark # Run the playbook ansible-playbook spark-playbook.yml
Last update: 2020-02-09