Author: rkanter
Date: Tue Oct 22 19:54:05 2013
New Revision: 1534753
URL: http://svn.apache.org/r1534753
Log:
OOZIE-1592 El Expression Reference should point to the exact chapter in java 6
(bowenzhangusa via rkanter)
Modified:
oozie/trunk/docs/src/site/twiki/index.twiki
oozie/trunk/release-log.txt
Modified: oozie/trunk/docs/src/site/twiki/index.twiki
URL:
http://svn.apache.org/viewvc/oozie/trunk/docs/src/site/twiki/index.twiki?rev=1534753&r1=1534752&r2=1534753&view=diff
==============================================================================
--- oozie/trunk/docs/src/site/twiki/index.twiki (original)
+++ oozie/trunk/docs/src/site/twiki/index.twiki Tue Oct 22 19:54:05 2013
@@ -41,7 +41,7 @@ Enough reading already? Follow the steps
* [[WorkflowFunctionalSpec][Workflow Functional Specification]]
* [[CoordinatorFunctionalSpec][Coordinator Functional Specification]]
* [[BundleFunctionalSpec][Bundle Functional Specification]]
- *
[[http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro7.html#wp77280][EL
Expression Language Quick Reference]]
+ * [[http://docs.oracle.com/javaee/6/tutorial/doc/gjddd.html][EL Expression
Language Quick Reference]]
* [[DG_CommandLineTool][Command Line Tool]]
* [[DG_WorkflowReRun][Workflow Re-runs Explained]]
* [[DG_HCatalogIntegration][HCatalog Integration Explained]]
Modified: oozie/trunk/release-log.txt
URL:
http://svn.apache.org/viewvc/oozie/trunk/release-log.txt?rev=1534753&r1=1534752&r2=1534753&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Tue Oct 22 19:54:05 2013
@@ -1,5 +1,6 @@
-- Oozie 4.1.0 release (trunk - unreleased)
+OOZIE-1592 El Expression Reference should point to the exact chapter in java 6
(bowenzhangusa via rkanter)
OOZIE-1578 Coordinator jobs with cron frequency should be invalidated upon
submission if nothing would be materialized during run time (bowenzhangusa via
rkanter)
OOZIE-1577 Oozie coordinator job with identical start and end time remains
"RUNNING" forever (bowenzhangusa via rkanter)
OOZIE-1559 Fix missing fields from new SELECT queries and Recovery Service
picking up killed control nodes (ryota,mona via mona)