Repository: oozie
Updated Branches:
  refs/heads/master 95d17f26b -> 488855a0f


OOZIE-2121 CoordinatorFunctionalSpec 4.4.1.1 swap Value and First Occurrence 
line 4 in example table (apivovarov via ryota)


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

Branch: refs/heads/master
Commit: 488855a0f07dffe7b05bb75380845a04d8e73a06
Parents: 95d17f2
Author: egashira <[email protected]>
Authored: Tue Jan 27 12:11:06 2015 -0800
Committer: egashira <[email protected]>
Committed: Tue Jan 27 12:11:06 2015 -0800

----------------------------------------------------------------------
 docs/src/site/twiki/CoordinatorFunctionalSpec.twiki | 2 +-
 release-log.txt                                     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/488855a0/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki 
b/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
index fe23156..0812bb8 100644
--- a/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
+++ b/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
@@ -237,7 +237,7 @@ The =${coord:days(int n)}= EL function includes *all* the 
minutes of the current
 | =2009-01-01T08:00Z= | =America/Los_Angeles= | =${coord:days(1)}= | 1440 | 
=2009-01-01T08:00Z= | total minutes in 2009JAN01 PST8PDT time |
 | =2009-01-01T08:00Z= | =America/Los_Angeles= | =${coord:days(2)}= | 2880 | 
=2009-01-01T08:00Z= | total minutes in 2009JAN01 and 2009JAN02 PST8PDT time |
 | |||||
-| =2009-03-08T08:00Z= | =UTC= | =${coord:days(1)}= | =2009-03-08T08:00Z= | 
1440 | total minutes on 2009MAR08 UTC time |
+| =2009-03-08T08:00Z= | =UTC= | =${coord:days(1)}= | 1440 | 
=2009-03-08T08:00Z= | total minutes on 2009MAR08 UTC time |
 | =2009-03-08T08:00Z= | =Europe/London= | =${coord:days(1)}= | 1440 | 
=2009-03-08T08:00Z= | total minutes in 2009MAR08 BST1BDT time |
 | =2009-03-08T08:00Z= | =America/Los_Angeles= | =${coord:days(1)}= | 1380 | 
=2009-03-08T08:00Z= | total minutes in 2009MAR08 PST8PDT time <br/> (2009MAR08 
is DST switch in the US) |
 | =2009-03-08T08:00Z= | =UTC= | =${coord:days(2)}= | 2880 | 
=2009-03-08T08:00Z= | total minutes in 2009MAR08 and 2009MAR09 UTC time |

http://git-wip-us.apache.org/repos/asf/oozie/blob/488855a0/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 88ba9e3..4d6d8bd 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.2.0 release (trunk - unreleased)
 
+OOZIE-2121 CoordinatorFunctionalSpec 4.4.1.1 swap Value and First Occurrence 
line 4 in example table (apivovarov via ryota)
 OOZIE-1894 Better error reporting to user (puru)
 OOZIE-2120 Many JPAExecutor names are wrong (rkanter)
 OOZIE-1722 Add support to Hadoop-2 for AM restarts of the launcher job 
(jaydeepvishwakarma via rkanter)

Reply via email to