azkaban-aplcache

Name Message Date
az-core
az-exec-util
az-flow-trigger-dependency-plugin
az-hadoop-jobtype-plugin
az-hdfs-viewer
az-jobsummary
azkaban-common
azkaban-db
azkaban-exec-server
azkaban-hadoop-security-plugin
azkaban-solo-server
azkaban-spi
azkaban-web-server
az-reportal
gradle
test
tools
.gitignore
.travis.yml
az-intellij-style.xml
build.gradle
CONTRIBUTING.md
gradle.properties
gradlew
gradlew.bat
LICENSE
NOTICE
README.md
settings.gradle

Azkaban Build Status

Join the chat at https://gitter.im/azkaban-workflow-engine/Lobby

Build

Azkaban builds use Gradle and requires Java 8 or higher.

The following set of commands run on *nix platforms like Linux, OS X.

# Build Azkaban
./gradlew build

# Clean the build
./gradlew clean

# Build and install distributions
./gradlew installDist

# Run tests
./gradlew test

# Build without running tests
./gradlew build -x test

Build a release

Pick a release from the release page. Find the tag corresponding to the release.

Check out the source code corresponding to that tag. e.g.

git checkout 3.30.1

Build

./gradlew clean build

Documentation

Documentation is available at azkaban.github.io. The source code for the documentation is in the gh-pages branch.

For help, please visit the Azkaban Google Group.

Developer Guide

See the contribution guide.