Apache Flink

Document Control

TODO:

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

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

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: crivetimihai.flink
      vars:
        flink_enable_service: true
      tags: flink
# Install the role
ansible-galaxy install crivetimihai.flink

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

Last update: 2020-02-04