Edit: Fixed links. Duplicate message
Sorry for being quiet on this group for so long. An Azkaban update is long overdue.
Azkaban has not been abandoned. In the second half of last year, I was tasked with updating Azkaban to solve some of the pains we were facing. After evaluating the problem further, instead of patching around various issues, we decided to rebuild Azkaban from the ground up.
There were several reasons for this decision, but key motivators included LinkedIn's move to a secure Hadoop 1.0 and a new interface that was designed by one of LinkedIn's UI designers to fix our usability issues. Additionally, the code for various features in Azkaban was needlessly intertwined which made code changes and maintenance difficult.
What resulted was a new version of Azkaban with the following features:
The changes that have been made will make it a lot easier to extend and maintain Azkaban for the future. We have committed resources to it and have a road map for various new exciting features.
You can find the code here:
https://github.com/azkaban/azkaban2
and the executor and hdfs browser plugin here:
https://github.com/azkaban/azkaban-plugins
An early version of the install instructions can be found in the docs folder in the repository. We will be adding more documents and instructions in the future.
Until we get a jira set up, any discovered bugs and feature request can be submitted as issues on github.
This version of Azkaban has been running in LinkedIn for the last couple months. It still has some sharp corners and jagged edges, but they are quickly being smoothed out. Expect more changes and updates in the future.
I again have to apologize for my absence on this group, and I endeavor to be more responsive in the future.
Thanks,
-Richard Park
--
--
You received this message because you are subscribed to the Google Groups "azkaban" group.
To unsubscribe from this group and stop receiving emails from it, send an email to azkaban-dev...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Richard,
First, thanks for the update!
We've been evaluating different work flow schedulers and Azkaban is my favorite so far. I have a couple of questions:
1) Can you share the roadmap so we can see what features are going to be added?
2) How difficult would it be to add support for running jobs as the user who submitted them? The reason I ask is that we plan to use Azkaban for running a variety of jobs like ETL, Map/Reduce and possibly publishing to data marts. It would make things easier for us if jobs were able to be run as other users.
3) I am interested in contributing to the project, is there anything I can do to help?
Also, the download links in the readme.md (https://github.com/azkaban/azkaban2) aren't correct url's. However, they are correct on the wiki (https://github.com/azkaban/azkaban2/wiki/Download-Packages).
Thanks,
Dan
--