You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by pu...@apache.org on 2016/02/08 23:03:53 UTC

oozie git commit: OOZIE-2452 Coordinator Functional Specification - EL Constants Typo

Repository: oozie
Updated Branches:
  refs/heads/master c9744fcf2 -> b8919d634


OOZIE-2452 Coordinator Functional Specification - EL Constants Typo


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

Branch: refs/heads/master
Commit: b8919d634ccef5df8488c8b899bbf28e30d3f51c
Parents: c9744fc
Author: Purshotam Shah <pu...@yahoo-inc.com>
Authored: Mon Feb 8 14:03:30 2016 -0800
Committer: Purshotam Shah <pu...@yahoo-inc.com>
Committed: Mon Feb 8 14:03:30 2016 -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/b8919d63/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki b/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
index a27b5af..75b7354 100644
--- a/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
+++ b/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
@@ -582,7 +582,7 @@ The following EL constants can be used within synchronous dataset URI templates:
 
 | *EL Constant* | *Resulting Format* | *Comments*  |
 | =YEAR= | _YYYY_ | 4 digits representing the year |
-| =MONTH= | _DD_ | 2 digits representing the month of the year, January = 1 |
+| =MONTH= | _MM_ | 2 digits representing the month of the year, January = 1 |
 | =DAY= | _DD_ | 2 digits representing the day of the month |
 | =HOUR= | _HH_ | 2 digits representing the hour of the day, in 24 hour format, 0 - 23 |
 | =MINUTE= | _mm_ | 2 digits representing the minute of the hour, 0 - 59 |

http://git-wip-us.apache.org/repos/asf/oozie/blob/b8919d63/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 77151a9..df8c846 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.3.0 release (trunk - unreleased)
 
+OOZIE-2452 Coordinator Functional Specification - EL Constants Typo (markgreene via puru)
 OOZIE-2173 DISCLAIMER.txt still refers to Apache Incubator (eeeva via rkanter)
 OOZIE-2312 oozie doesn't purge audit and error log (puru)
 OOZIE-2431 Support hive.metastore.uris as alias for hcat.metastore.uri (satishsaley via puru)