Created
February 4, 2013 03:35
-
-
Save wyukawa/4704891 to your computer and use it in GitHub Desktop.
Azkaban install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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