# azkaban **Repository Path**: Ljango/azkaban ## Basic Information - **Project Name**: azkaban - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Azkaban 3 [![Build Status](http://img.shields.io/travis/azkaban/azkaban.svg?style=flat)](https://travis-ci.org/azkaban/azkaban) ======== Building from Source -------------------- To build Azkaban packages from source, run: ``` ./gradlew distTar ``` The above command builds all Azkaban packages and packages them into GZipped Tar archives. To build Zip archives, run: ``` ./gradlew distZip ``` If not building for the first time, it's good to clean first: ``` ./gradlew clean ``` Documentation ------------- For Azkaban documentation, please go to [Azkaban Project Site](http://azkaban.github.io). The source code for the documentation is in the [gh-pages branch](https://github.com/azkaban/azkaban/tree/gh-pages). For help, please visit the Azkaban Google Group: [Azkaban Group](https://groups.google.com/forum/?fromgroups#!forum/azkaban-dev)