Repository: oozie Updated Branches: refs/heads/master ad9d7bd38 -> aa09df5b7
OOZIE-2370 Docs for Coordinator Action Status Notification has wrong property name (eeeva via rkanter) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/aa09df5b Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/aa09df5b Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/aa09df5b Branch: refs/heads/master Commit: aa09df5b7f74b7de1f9eddd0c332bbad16e321b7 Parents: ad9d7bd Author: Robert Kanter <[email protected]> Authored: Tue Jan 19 14:38:07 2016 -0800 Committer: Robert Kanter <[email protected]> Committed: Tue Jan 19 14:38:07 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/aa09df5b/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki b/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki index 4ada5cf..a27b5af 100644 --- a/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki +++ b/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki @@ -3571,7 +3571,7 @@ 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, +If the =oozie.coord.action.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. =oozie.coord.action.notification.proxy= property can be used to configure either a http or socks proxy. The format is proxyHostname:port or proxyType@proxyHostname:port. If proxy type is not specified, it defaults to http. http://git-wip-us.apache.org/repos/asf/oozie/blob/aa09df5b/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index fcf711a..5350405 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.3.0 release (trunk - unreleased) +OOZIE-2370 Docs for Coordinator Action Status Notification has wrong property name (eeeva via rkanter) OOZIE-2419 HBase credentials are not correctly proxied (qwertymaniac via rkanter) OOZIE-2439 FS Action no longer uses name-node from global section or default NN (rkanter) OOZIE-2435 TestCoordChangeXCommand is flakey (fdenes via rkanter)
