Skip to content

Instantly share code, notes, and snippets.

@wyukawa
Created February 4, 2013 03:35
Show Gist options
  • Select an option

  • Save wyukawa/4704891 to your computer and use it in GitHub Desktop.

Select an option

Save wyukawa/4704891 to your computer and use it in GitHub Desktop.
Azkaban install
$ wget https://github.com/downloads/azkaban/azkaban/azkaban-0.10.zip
$ unzip azkaban-0.10.zip
$ cd azkaban-0.10
$ mkdir azkaban-jobs
$ ./bin/azkaban-server.sh --job-dir azkaban-jobs/
$ open http://localhost:8081
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment