Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

azkaban-spi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Azkaban SPI

The SPI module is the contract between other Azkaban sub-modules. It mainly contains the top level interfaces and exceptions that are shared across the entire application.

##Dependencies The SPI package is ideally intended to be kept DEPENDENCY FREE (or have a VERY MINIMAL set) so that other components can easily depend on it.