-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
56 lines (52 loc) · 1.88 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
layout: feature
title: "Azkaban"
---
<div class="row">
<div class="col-lg-12">
<p class="lead">
<strong>Azkaban</strong> is a batch workflow job scheduler created at LinkedIn to run Hadoop jobs. Azkaban resolves the ordering through job dependencies and provides an easy to use web user interface to maintain and track your workflows.
</p>
<hr/>
<h3>Features</h3>
<hr/>
</div>
</div>
<div class="row">
<div class="col-md-6">
<ul>
<li>Compatible with any version of Hadoop</li>
<li>Easy to use web UI</li>
<li>Simple web and http workflow uploads</li>
<li>Project workspaces</li>
<li>Scheduling of workflows</li>
<li>Modular and pluginable</li>
<li>Authentication and Authorization</li>
<li>Tracking of user actions</li>
<li>Email alerts on failure and successes</li>
<li>SLA alerting and auto killing</li>
<li>Retrying of failed jobs</li>
</ul>
<p>Azkaban was designed primarily with usability in mind. It has been running at LinkedIn for several years, and drives many of their Hadoop and data warehouse processes.</p>
</div>
<div class="col-md-6 feature-thumb">
<img src="img/app-thumbs.png" alt="alt text">
<div class="clearfix"></div>
</div>
</div>
<hr/>
<!-- Google Code -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 983836026;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/983836026/?value=0&guid=ON&script=0"/>
</div>
</noscript>