Skip to main content

AzkabanCLI: a lightweight command line interface for Azkaban.

Project description

AzkabanCLI build_image

A lightweight Azkaban client providing:

  • A command line interface to run workflows, upload projects, etc.

  • A convenient and extensible way for building projects.

Sample

Below is a simple configuration file for a project containing a workflow with three jobs:

from azkaban import Job, Project
from getpass import getuser

PROJECT = Project('sample')

# properties available to all jobs
PROJECT.properties = {
  'user.to.proxy': getuser(),
}

# dictionary of jobs
JOBS = {
  'first': Job({'type': 'command', 'command': 'echo "Hello"'}),
  'second': Job({'type': 'command', 'command': 'echo "World"'}),
  'third': Job({'type': 'noop', 'dependencies': 'first,second'}),
}

for name, job in JOBS.items():
  PROJECT.add_job(name, job)

The examples directory contains another sample project that uses Azkaban properties to build a project with two configurations: production and test, without any job duplication.

Documentation

The full documentation can be found here.

Installation

Using pip:

$ pip install azkaban

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azkaban-0.6.38.tar.gz (29.2 kB view details)

Uploaded Source

File details

Details for the file azkaban-0.6.38.tar.gz.

File metadata

  • Download URL: azkaban-0.6.38.tar.gz
  • Upload date:
  • Size: 29.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for azkaban-0.6.38.tar.gz
Algorithm Hash digest
SHA256 cbbae1d47d584fb1bcd6eeec09e41e35efa43af99fdcfc2a820b5ce51be0ddd2
MD5 cbb84ddcda44c0234d498c46c92befc7
BLAKE2b-256 44ad8e9b63d1cc884171577fbc25b7b9964acdd62fb93ed561a626d7575d578d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page