|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
<p>The Oozie Editor/Dashboard application allows you to define Oozie workflow and coordinator applications, run workflow and coordinator jobs, and view the status of jobs. </p>
|
|
<p>The Oozie Editor/Dashboard application allows you to define Oozie workflow and coordinator applications, run workflow and coordinator jobs, and view the status of jobs. </p>
|
|
|
|
|
|
|
|
-<p>A workflow application is a collection of actions arranged in a directed acyclic graph (DAG). It includes control flow nodes (start, end, fork, join, and kill) and action nodes (MapReduce, Pig, streaming, or Java actions). The current release does not support the decision control flow node and the fs and Oozie sub-workflow action nodes.</p>
|
|
|
|
|
|
|
+<p>A workflow application is a collection of actions arranged in a directed acyclic graph (DAG). It includes control flow nodes (start, end, fork, join, and kill) and action nodes (MapReduce, streaming, Java, Pig, Hive, Sqoop, Shell, and ssh actions). The current release does not support the decision control flow node and the fs and Oozie sub-workflow action nodes.</p>
|
|
|
|
|
|
|
|
<p>A coordinator application allows you to define and execute recurrent and interdependent workflow jobs. The coordinator application defines the conditions under which the execution of workflows can occur.</p>
|
|
<p>A coordinator application allows you to define and execute recurrent and interdependent workflow jobs. The coordinator application defines the conditions under which the execution of workflows can occur.</p>
|
|
|
|
|
|
|
@@ -11,11 +11,11 @@
|
|
|
<h2><a name="OozieEditorandDashboard-Contents"></a>Contents</h2>
|
|
<h2><a name="OozieEditorandDashboard-Contents"></a>Contents</h2>
|
|
|
|
|
|
|
|
<style type='text/css'>/*<![CDATA[*/
|
|
<style type='text/css'>/*<![CDATA[*/
|
|
|
-div.rbtoc1348177494142 {margin-left: 1.5em;padding: 0px;}
|
|
|
|
|
-div.rbtoc1348177494142 ul {margin-left: 0px;padding-left: 20px;}
|
|
|
|
|
-div.rbtoc1348177494142 li {margin-left: 0px;padding-left: 0px;}
|
|
|
|
|
|
|
+div.rbtoc1348526886180 {margin-left: 1.5em;padding: 0px;}
|
|
|
|
|
+div.rbtoc1348526886180 ul {margin-left: 0px;padding-left: 20px;}
|
|
|
|
|
+div.rbtoc1348526886180 li {margin-left: 0px;padding-left: 0px;}
|
|
|
|
|
|
|
|
-/*]]>*/</style><div class='rbtoc1348177494142'>
|
|
|
|
|
|
|
+/*]]>*/</style><div class='rbtoc1348526886180'>
|
|
|
<ul>
|
|
<ul>
|
|
|
<li><a href='#OozieEditorandDashboard-IntroducingOozie%26nbsp%3BEditor%2FDashboard'>Introducing Oozie Editor/Dashboard</a></li>
|
|
<li><a href='#OozieEditorandDashboard-IntroducingOozie%26nbsp%3BEditor%2FDashboard'>Introducing Oozie Editor/Dashboard</a></li>
|
|
|
<li><a href='#OozieEditorandDashboard-Oozie%26nbsp%3BEditor%2FDashboard%26nbsp%3BInstallationandConfiguration'>Oozie Editor/Dashboard Installation and Configuration</a></li>
|
|
<li><a href='#OozieEditorandDashboard-Oozie%26nbsp%3BEditor%2FDashboard%26nbsp%3BInstallationandConfiguration'>Oozie Editor/Dashboard Installation and Configuration</a></li>
|
|
@@ -74,21 +74,21 @@ div.rbtoc1348177494142 li {margin-left: 0px;padding-left: 0px;}
|
|
|
<p>In the Dashboard workflows and coordinators can only be viewed, submitted, and modified by its owner or a superuser.</p>
|
|
<p>In the Dashboard workflows and coordinators can only be viewed, submitted, and modified by its owner or a superuser.</p>
|
|
|
|
|
|
|
|
<p>Editor permissions for performing actions on workflows and coordinators are summarized in the following table:</p>
|
|
<p>Editor permissions for performing actions on workflows and coordinators are summarized in the following table:</p>
|
|
|
-
|
|
|
|
|
-<style type="text/css">
|
|
|
|
|
-td.confluenceTd {
|
|
|
|
|
-border: #dddddd solid 1px;
|
|
|
|
|
-height: 36px;
|
|
|
|
|
-padding: 5px 10px;
|
|
|
|
|
-vertical-align: top;
|
|
|
|
|
-}
|
|
|
|
|
-th.confluenceTh {
|
|
|
|
|
-border: #dddddd solid 1px;
|
|
|
|
|
-height: 40px;
|
|
|
|
|
-padding: 5px 10px;
|
|
|
|
|
-vertical-align: center;
|
|
|
|
|
-}
|
|
|
|
|
-</style>
|
|
|
|
|
|
|
+
|
|
|
|
|
+<style type="text/css">
|
|
|
|
|
+td.confluenceTd {
|
|
|
|
|
+border: #dddddd solid 1px;
|
|
|
|
|
+height: 36px;
|
|
|
|
|
+padding: 5px 10px;
|
|
|
|
|
+vertical-align: top;
|
|
|
|
|
+}
|
|
|
|
|
+th.confluenceTh {
|
|
|
|
|
+border: #dddddd solid 1px;
|
|
|
|
|
+height: 40px;
|
|
|
|
|
+padding: 5px 10px;
|
|
|
|
|
+vertical-align: center;
|
|
|
|
|
+}
|
|
|
|
|
+</style>
|
|
|
|
|
|
|
|
<div class='table-wrap'>
|
|
<div class='table-wrap'>
|
|
|
<table class='confluenceTable'><tbody>
|
|
<table class='confluenceTable'><tbody>
|
|
@@ -172,7 +172,7 @@ vertical-align: center;
|
|
|
|
|
|
|
|
<p>The Workflow Editor is where you create or edit Oozie workflows and submit them for execution. The Workflow Editor comes with several preinstalled sample workflows.</p>
|
|
<p>The Workflow Editor is where you create or edit Oozie workflows and submit them for execution. The Workflow Editor comes with several preinstalled sample workflows.</p>
|
|
|
|
|
|
|
|
-<p>In Workflow Editor, you can create workflows that include MapReduce, Pig, streaming, and Java actions. You can create these actions in the Workflow Editor, or you can import job designs from Job Designer to be used as actions in your workflow.</p>
|
|
|
|
|
|
|
+<p>In Workflow Editor, you can create workflows that include MapReduce, streaming, Java, Pig, Hive, Sqoop, Shell, and ssh actions. You can create these actions in the Workflow Editor, or you can import job designs from Job Designer to be used as actions in your workflow.</p>
|
|
|
|
|
|
|
|
<p>Click the <b>Workflows</b> tab to open the Workflow editor.</p>
|
|
<p>Click the <b>Workflows</b> tab to open the Workflow editor.</p>
|
|
|
|
|
|
|
@@ -208,23 +208,26 @@ vertical-align: center;
|
|
|
<p>In the workflow editor you can add and delete actions, clone actions, create and remove fork and join control nodes, and move actions as follows:</p>
|
|
<p>In the workflow editor you can add and delete actions, clone actions, create and remove fork and join control nodes, and move actions as follows:</p>
|
|
|
|
|
|
|
|
<ul>
|
|
<ul>
|
|
|
- <li>Add actions to the workflow:
|
|
|
|
|
|
|
+ <li>Add actions to the workflow by doing one of the following:
|
|
|
<ul>
|
|
<ul>
|
|
|
- <li>In the Add tab, click a <b>+ </b><b><em>action</em></b> button,<b><em> </em></b>where <em>action</em> is MapReduce, Streaming, Java, or Pig.</li>
|
|
|
|
|
- <li>In the Import tab, click the <b>+ Job Design</b> button.
|
|
|
|
|
|
|
+ <li>Click the <b>Add</b> tab.
|
|
|
|
|
+ <ol>
|
|
|
|
|
+ <li>Click a <b>+ </b><b><em>action</em></b> button,<b><em> </em></b>where <em>action</em> is MapReduce, Streaming, Java, Pig, Hive, Sqoop, Shell, or Ssh.</li>
|
|
|
|
|
+ <li>Set the action properties and click <b>Save</b>.</li>
|
|
|
|
|
+ </ol>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li>Click the <b>Import</b> tab.
|
|
|
<ol>
|
|
<ol>
|
|
|
|
|
+ <li>Click the <b>+ Job Design</b> button.</li>
|
|
|
<li>Click a radio button next to a job design and click <b>Import</b>.</li>
|
|
<li>Click a radio button next to a job design and click <b>Import</b>.</li>
|
|
|
</ol>
|
|
</ol>
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|
|
|
</li>
|
|
</li>
|
|
|
-</ul>
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-<ul>
|
|
|
|
|
<li>Clone actions by clicking the <span class="image-wrap" style=""><img src="/oozie/static/help/retweet.png" style="border: 0px solid black"/></span> button.</li>
|
|
<li>Clone actions by clicking the <span class="image-wrap" style=""><img src="/oozie/static/help/retweet.png" style="border: 0px solid black"/></span> button.</li>
|
|
|
<li>Create or remove a fork and join by moving an action up or down with the <span class="image-wrap" style=""><img src="/oozie/static/help/updown.png" style="border: 0px solid black"/></span> buttons.</li>
|
|
<li>Create or remove a fork and join by moving an action up or down with the <span class="image-wrap" style=""><img src="/oozie/static/help/updown.png" style="border: 0px solid black"/></span> buttons.</li>
|
|
|
<li>Change the position of an action by clicking the <span class="image-wrap" style=""><img src="/oozie/static/help/updown.png" style="border: 0px solid black"/></span> buttons in the same direction twice.</li>
|
|
<li>Change the position of an action by clicking the <span class="image-wrap" style=""><img src="/oozie/static/help/updown.png" style="border: 0px solid black"/></span> buttons in the same direction twice.</li>
|
|
|
|
|
+ <li><font color="#222222">To upload a file (for example,</font> <font color="#222222">a Pig script) </font><font color="#222222">to the folder containing the files referenced by the workflow, click the</font> <font color="#222222"><b>Upload</b></font><font color="#222222"> button.</font></li>
|
|
|
</ul>
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|