Apache Flink
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Flink
As a: Big Data Engineer
I want to: install Apache Flink
So that: I can perform stateful computations over data streams.
Using the role
Using the role in a playbook
--- - name: Install flink hosts: all tasks: - name: flink is configured import_role: name: devopstoolbox.flink vars: flink_enable_service: true tags: flink
# Install the role ansible-galaxy install devopstoolbox.flink # Run the playbook ansible-playbook flink-playbook.yml
Last update: 2020-02-09