Repository: oozie
Updated Branches:
  refs/heads/master d55245667 -> 32db01818


OOZIE-3222 The description for DAG is not accurate in the documentation 
(gongchuanjie via gezapeti)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/32db0181
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/32db0181
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/32db0181

Branch: refs/heads/master
Commit: 32db0181843c98743b94c96e83611356914f69e6
Parents: d552456
Author: Gezapeti Cseh <gezap...@apache.org>
Authored: Wed Apr 18 22:09:52 2018 +0200
Committer: Gezapeti Cseh <gezap...@apache.org>
Committed: Wed Apr 18 22:09:52 2018 +0200

----------------------------------------------------------------------
 README.txt                                       | 2 +-
 docs/src/site/twiki/DG_Overview.twiki            | 2 +-
 docs/src/site/twiki/WorkflowFunctionalSpec.twiki | 2 +-
 release-log.txt                                  | 1 +
 4 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/32db0181/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index 86e76ba..8cc0f59 100644
--- a/README.txt
+++ b/README.txt
@@ -20,7 +20,7 @@ Oozie is a server based Workflow Engine specialized in 
running workflow jobs wit
 
 Oozie is a Java Web-Application that runs in a Java servlet-container.
 
-For the purposes of Oozie, a workflow is a collection of actions (i.e. Hadoop 
Map/Reduce jobs, Pig jobs) arranged in a control dependency DAG (Direct Acyclic 
Graph). "control dependency" from one action to another means that the second 
action can't run until the first action has completed.
+For the purposes of Oozie, a workflow is a collection of actions (i.e. Hadoop 
Map/Reduce jobs, Pig jobs) arranged in a control dependency DAG (Directed 
Acyclic Graph). "control dependency" from one action to another means that the 
second action can't run until the first action has completed.
 
 Oozie workflows definitions are written in hPDL (a XML Process Definition 
Language similar to JBOSS JBPM jPDL).
 

http://git-wip-us.apache.org/repos/asf/oozie/blob/32db0181/docs/src/site/twiki/DG_Overview.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/DG_Overview.twiki 
b/docs/src/site/twiki/DG_Overview.twiki
index 216f18d..8f9b06e 100644
--- a/docs/src/site/twiki/DG_Overview.twiki
+++ b/docs/src/site/twiki/DG_Overview.twiki
@@ -10,7 +10,7 @@ and Pig jobs.
 Oozie is a Java Web-Application that runs in a Java servlet-container.
 
 For the purposes of Oozie, a workflow is a collection of actions (i.e. Hadoop 
Map/Reduce jobs, Pig jobs) arranged in
-a control dependency DAG (Direct Acyclic Graph). "control dependency" from one 
action to another means that the second
+a control dependency DAG (Directed Acyclic Graph). "control dependency" from 
one action to another means that the second
 action can't run until the first action has completed.
 
 Oozie workflows definitions are written in hPDL (a XML Process Definition 
Language similar to

http://git-wip-us.apache.org/repos/asf/oozie/blob/32db0181/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/WorkflowFunctionalSpec.twiki 
b/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
index 5df6024..76cbe21 100644
--- a/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
+++ b/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
@@ -156,7 +156,7 @@ schema 0.4
 *Action:* An execution/computation task (Map-Reduce job, Pig job, a shell 
command). It can also be referred as task or
 'action node'.
 
-*Workflow:* A collection of actions arranged in a control dependency DAG 
(Direct Acyclic Graph). "control dependency"
+*Workflow:* A collection of actions arranged in a control dependency DAG 
(Directed Acyclic Graph). "control dependency"
 from one action to another means that the second action can't run until the 
first action has completed.
 
 *Workflow Definition:* A programmatic description of a workflow that can be 
executed.

http://git-wip-us.apache.org/repos/asf/oozie/blob/32db0181/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 00065c9..35a7ecb 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.1.0 release (trunk - unreleased)
 
+OOZIE-3222 The description for DAG is not accurate in the documentation 
(gongchuanjie via gezapeti)
 OOZIE-3192 OozieDBCLI does not clean up temporary files (Prabhu Joseph via 
gezapeti)
 OOZIE-3134 Potential inconsistency between the in-memory SLA map and the Oozie 
database (kmarton via andras.piros)
 OOZIE-3209 XML schema error when submitting pyspark example (kmarton via 
andras.piros)

Reply via email to