You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by pb...@apache.org on 2017/05/03 16:25:02 UTC

oozie git commit: OOZIE-2870 non working examples in oozie documentation coordinator spec (andras.piros via pbacsko)

Repository: oozie
Updated Branches:
  refs/heads/master eb168360c -> 87ed1b379


OOZIE-2870 non working examples in oozie documentation coordinator spec (andras.piros via pbacsko)


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

Branch: refs/heads/master
Commit: 87ed1b37949fe1e7e8306da8287b53cb2025cf23
Parents: eb16836
Author: Peter Bacsko <pb...@cloudera.com>
Authored: Wed May 3 18:24:42 2017 +0200
Committer: Peter Bacsko <pb...@cloudera.com>
Committed: Wed May 3 18:24:42 2017 +0200

----------------------------------------------------------------------
 docs/src/site/twiki/CoordinatorFunctionalSpec.twiki | 6 +++---
 release-log.txt                                     | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/87ed1b37/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki b/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
index 3828eb5..b8cb261 100644
--- a/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
+++ b/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
@@ -265,7 +265,7 @@ The =${coord:endOfDays(int n)}= EL function is identical to the =${coord:days(in
 <verbatim>
 <coordinator-app name="hello-coord" frequency="${coord:days(1)}"
                   start="2009-01-02T08:00Z" end="2009-01-04T08:00Z" timezone="America/Los_Angeles"
-                 xmlns="uri:oozie:coordinator:0.1">
+                 xmlns="uri:oozie:coordinator:0.5">
       <controls>
         <timeout>10</timeout>
         <concurrency>${concurrency_level}</concurrency>
@@ -356,7 +356,7 @@ The =${coord:endOfMonths(int n)}= EL function is identical to the =${coord:month
 <verbatim>
 <coordinator-app name="hello-coord" frequency="${coord:months(1)}"
                   start="2009-01-02T08:00Z" end="2009-04-02T08:00Z" timezone="America/Los_Angeles"
-                 xmlns="uri:oozie:coordinator:0.1">
+                 xmlns="uri:oozie:coordinator:0.5">
       <controls>
         <timeout>10</timeout>
         <concurrency>${concurrency_level}</concurrency>
@@ -424,7 +424,7 @@ timezone before computing the interval in minutes. The start of the week depends
 <verbatim>
 <coordinator-app name="hello-coord" frequency="${coord:endOfWeeks(1)}"
                   start="2017-01-04T08:00Z" end="2017-12-31T08:00Z" timezone="America/Los_Angeles"
-                 xmlns="uri:oozie:coordinator:0.1">
+                 xmlns="uri:oozie:coordinator:0.5">
       <controls>
         <timeout>10</timeout>
         <concurrency>${concurrency_level}</concurrency>

http://git-wip-us.apache.org/repos/asf/oozie/blob/87ed1b37/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 38762bd..d998b2d 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,7 @@
 -- Oozie 4.4.0 release (trunk - unreleased)
 
+OOZIE-2870 non working examples in oozie documentation coordinator spec (andras.piros via pbacsko)
+OOZIE-2827 amend More directly view of the coordinator’s history from perspective of workflow action. (Alonzo Zhou via pbacsko)
 OOZIE-2851 spelling mistakes in examples (Artem Ervits via gezapeti)
 OOZIE-2863 SLACalculatorMemory.loadOnRestart causing delay in server start (puru via satishsaley)
 OOZIE-2843 Enhance logging inside ZKLocksService and MemoryLocksService (andras.piros via pbacsko)