You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ge...@apache.org on 2018/03/13 10:18:14 UTC

oozie git commit: OOZIE-2957 Documentation states that starting a coordinator is possible (Jan Hentschel via gezapeti)

Repository: oozie
Updated Branches:
  refs/heads/master 9e662c735 -> fdb47674d


OOZIE-2957 Documentation states that starting a coordinator is possible (Jan Hentschel via gezapeti)


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

Branch: refs/heads/master
Commit: fdb47674d1366ee159b72af1c62be1e1e37d5b1e
Parents: 9e662c7
Author: Gezapeti Cseh <ge...@apache.org>
Authored: Tue Mar 13 11:17:56 2018 +0100
Committer: Gezapeti Cseh <ge...@apache.org>
Committed: Tue Mar 13 11:17:56 2018 +0100

----------------------------------------------------------------------
 docs/src/site/twiki/DG_CommandLineTool.twiki | 12 +++++++++---
 release-log.txt                              |  1 +
 2 files changed, 10 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/fdb47674/docs/src/site/twiki/DG_CommandLineTool.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/DG_CommandLineTool.twiki b/docs/src/site/twiki/DG_CommandLineTool.twiki
index 24fb1c9..a94201d 100644
--- a/docs/src/site/twiki/DG_CommandLineTool.twiki
+++ b/docs/src/site/twiki/DG_CommandLineTool.twiki
@@ -329,10 +329,16 @@ Example:
 $ oozie job -oozie http://localhost:11000/oozie -start 14-20090525161321-oozie-joe
 </verbatim>
 
-The =start= option starts a previously submitted workflow job, coordinator job or bundle job that is in =PREP= status.
+The =start= option starts a previously submitted workflow job or bundle job that is in =PREP= status.
 
-After the command is executed the workflow job will be in =RUNNING= status, coordinator job will be in =RUNNING= status and
-bundle job will be in =RUNNING=status.
+After the command is executed the workflow job will be in =RUNNING= status and bundle job will be in =RUNNING=status.
+
+A coordinator job does not support the =start= action. It will show the following error message when trying to start it
+via the CLI:
+
+<verbatim>
+Error: E0303 : E0303: Invalid parameter value, [action] = [start]
+</verbatim>
 
 ---+++ Running a Workflow, Coordinator or Bundle Job
 

http://git-wip-us.apache.org/repos/asf/oozie/blob/fdb47674/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index c015b18..26ba7ad 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.0.0 release (trunk - unreleased)
 
+OOZIE-2957 Documentation states that starting a coordinator is possible (Jan Hentschel via gezapeti)
 OOZIE-3182 Oozie components fail with checkstyle errors (alishap via andras.piros)
 OOZIE-3183 Better logging for SshActionExecutor and extended HA capability when calling to remote host (andras.piros)
 OOZIE-3172 Upgrade non-transitive Jackson dependencies from org.codehaus.jackson to com.fasterxml.jackson (andras.piros)