wt1024 / azkaban

Azkaban workflow manager.

Home Page:https://azkaban.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azkaban Build Status

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

Building Azkaban

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

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

We recommend using IntelliJ IDEA. Azkaban is a standard Gradle project. You can import it into your IDE using the build.gradle file in the root directory. For IntelliJ, choose Open Project from the Quick Start box or choose Open from the File menu and select the root build.gradle file.

Code Style

Azkaban follows Google code style. The template file, intellij-java-google-style.xml, can be found in the root directory.

IntelliJ IDEA 2017.1 on Mac OS X

To install, copy intellij-java-google-style.xml into ~/Library/Preferences/IntelliJIdea2017.1/codestyles

IntelliJ IDEA 2017.1 on Linux

To install, copy intellij-java-google-style.xml into $HOME/.IdeaIC2017.1/config/codestyles

After that, you should be able to set up the code style from Preferences > Editor > Code Style > Scheme

About

Azkaban workflow manager.

https://azkaban.github.io

License:Apache License 2.0


Languages

Language:Java 78.7%Language:JavaScript 19.2%Language:CSS 1.6%Language:Shell 0.3%Language:C 0.1%Language:HTML 0.1%