Azkaban AJAX API - Java Implementation

Azkaban default AJAX API Implementation using Java

Azkaban job scheduler was build at linkedIn to serve it's hadoop job dependencies and it's main responsibility is to schedule jobs and maintain the dependency within jobs. 

So for that they have provided an API which was written using AJAX. While we can use their web interface for scheduling activities, we will be overcome several situations where we have to develop a backend which enables to interact with Azkaban server. Therefore it only had AJAX it is difficult for the other developers who are using Java, PHP,etc. So from this blog post I will introduce a Java API which will be doing the same exact activities provided by the AJAX API which is their default API.
 
Java API can be downloaded from here
Default AJAX API documentation here

Comments

Popular posts from this blog

Dynamic Routing Demonstration Using CISCO PACKET TRACER and RIP

Containerize Java Application & Deploying on AWS Elastic Beanstalk