Skip to content

Initial Relase of dockerized Azkaban

Latest
Compare
Choose a tag to compare
@dirathea dirathea released this 08 Feb 15:00
· 3 commits to master since this release

Summary

Azkaban in container. Available in two modes : Solo and Multi Executor

Solo Setup

Only require azkaban-solo image.

$ docker run dirathea/azkaban-solo:3.81.0

Multi Executor

Require 3 images to setup

DB Setup

Execute azkaban-db to setup your mysql

$ docker run dirathea/azkaban-db:3.81.0

Executor Setup

Executor parts of cluster

$ docker run dirathea/azkaban-executor:3.81.0

Web Setup

Web server parts of cluster

$ docker run dirathea/azkaban-web:3.81.0