Author: rkanter
Date: Fri May 17 17:28:34 2013
New Revision: 1483920
URL: http://svn.apache.org/r1483920
Log:
OOZIE-1371 oozie.coord.action.notification.url has no documentation (rkanter)
Modified:
oozie/trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
oozie/trunk/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
oozie/trunk/release-log.txt
Modified: oozie/trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
URL:
http://svn.apache.org/viewvc/oozie/trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki?rev=1483920&r1=1483919&r2=1483920&view=diff
==============================================================================
--- oozie/trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki (original)
+++ oozie/trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki Fri May 17
17:28:34 2013
@@ -3069,6 +3069,27 @@ After the command is executed the rerun
Refer to the [[DG_CoordinatorRerun][Rerunning Coordinator Actions]] for
details on rerun.
+#CoordinatorNotifications
+---++ 15. Coordinator Notifications
+
+Coordinator jobs can be configured to make an HTTP GET notification upon
whenever a coordinator action changes its status.
+
+Oozie will make a best effort to deliver the notifications, in case of failure
it will retry the notification a
+pre-configured number of times at a pre-configured interval before giving up.
+
+See also [[WorkflowFunctionalSpec#WorkflowNotifications][Workflow
Notifications]]
+
+---+++ 15.1 Coordinator Action Status Notification
+
+If the =oozie.coord.workflow.notification.url= property is present in the
coordinator job properties when submitting the job,
+Oozie will make a notification to the provided URL when any of the
coordinator's actions changes its status.
+
+If the URL contains any of the following tokens, they will be replaced with
the actual values by Oozie before making
+the notification:
+
+ * =$actionId= : The coordinator action ID
+ * =$status= : The coordinator action's current status
+
---++ Appendixes
Modified: oozie/trunk/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
URL:
http://svn.apache.org/viewvc/oozie/trunk/docs/src/site/twiki/WorkflowFunctionalSpec.twiki?rev=1483920&r1=1483919&r2=1483920&view=diff
==============================================================================
--- oozie/trunk/docs/src/site/twiki/WorkflowFunctionalSpec.twiki (original)
+++ oozie/trunk/docs/src/site/twiki/WorkflowFunctionalSpec.twiki Fri May 17
17:28:34 2013
@@ -2071,7 +2071,7 @@ hcat://[metastore server]:[port]/[databa
It returns =true= or =false= based on if the partitions in the table exists or
not.
#WorkflowNotifications
----++ 5 Oozie Notifications
+---++ 5 Workflow Notifications
Workflow jobs can be configured to make an HTTP GET notification upon start
and end of a workflow action node and upon
the completion of a workflow job.
@@ -2079,6 +2079,8 @@ the completion of a workflow job.
Oozie will make a best effort to deliver the notifications, in case of failure
it will retry the notification a
pre-configured number of times at a pre-configured interval before giving up.
+See also [[CoordinatorFunctionalSpec#CoordinatorNotifications][Coordinator
Notifications]]
+
---+++ 5.1 Workflow Job Status Notification
If the =oozie.wf.workflow.notification.url= property is present in the
workflow job properties when submitting the job,
Modified: oozie/trunk/release-log.txt
URL:
http://svn.apache.org/viewvc/oozie/trunk/release-log.txt?rev=1483920&r1=1483919&r2=1483920&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Fri May 17 17:28:34 2013
@@ -1,5 +1,6 @@
-- Oozie 4.1.0 release (trunk - unreleased)
+OOZIE-1371 oozie.coord.action.notification.url has no documentation (rkanter)
OOZIE-1328 Cover package org.apache.oozie.cli with unit tests (vbondarev via
virag)
OOZIE-1327 enhance unit-test coverage of package org.apache.oozie (iveselovsky
via rkanter)
OOZIE-1356 Bundle job in PAUSEWITHERROR state does not goto SUSPENDEDWITHERROR
state on suspending it (bowenzhangusa via virag)