Repository: oozie Updated Branches: refs/heads/master 843ecda3a -> bec42a030
OOZIE-2508 Documentation change for Coord action rerun [OOZIE-1735] Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/bec42a03 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/bec42a03 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/bec42a03 Branch: refs/heads/master Commit: bec42a030794345cc7464e9d2cd521f1bbe36137 Parents: 843ecda Author: Purshotam Shah <[email protected]> Authored: Thu Aug 11 12:33:52 2016 -0700 Committer: Purshotam Shah <[email protected]> Committed: Thu Aug 11 12:33:52 2016 -0700 ---------------------------------------------------------------------- docs/src/site/twiki/DG_CommandLineTool.twiki | 14 ++++++++++---- docs/src/site/twiki/DG_CoordinatorRerun.twiki | 2 +- release-log.txt | 1 + 3 files changed, 12 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/bec42a03/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 af29b56..567e260 100644 --- a/docs/src/site/twiki/DG_CommandLineTool.twiki +++ b/docs/src/site/twiki/DG_CommandLineTool.twiki @@ -592,7 +592,7 @@ Example: <verbatim> $ oozie job -oozie http://localhost:11000/oozie -definition 14-20090525161321-oozie-joe - +. <workflow-app xmlns="uri:oozie:workflow:0.2" name="sm3-segment-2413"> <start to="p0"/> <action name="p0"> @@ -813,11 +813,15 @@ Update command also verifies coordinator definition like submit command, if ther Update command with -dryrun will show coordinator definition and properties differences. Config option is optional, if not specified existing coordinator property is used to find coordinator path. -Update command doesn't allow update of coordinator name, frequency, start time, end time and timezone and will fail on an attempt to change any of them. To change end time of coordinator use the =-change= command +Update command doesn't allow update of coordinator name, frequency, start time, end time and timezone and will fail on an attempt to change any of them. To change end time of coordinator use the =-change= command. + +To change the entire XML for a running coordinator, hdfs path for the new XML can be specified +as =oozie.coord.application.path= in job.properties. Then, use <code>-config job.properties</code> in the update command. + <verbatim> $ oozie job -oozie http://localhost:11000/oozie -config job.properties -update 0000005-140402104721140-oozie-puru-C -dryrun - +. **********Job definition changes********** @@ -3,8 +3,8 @@ <concurrency>1</concurrency> @@ -857,6 +861,7 @@ $ oozie job -oozie http://localhost:11000/oozie -config job.properties -update 0 ********************************** </verbatim> + ---+++ Ignore a Coordinator Job Example: @@ -1179,11 +1184,12 @@ Example: <verbatim> $ oozie admin -oozie http://localhost:11000/oozie -queuedump - +. [Server Queue Dump]: (coord_action_start,1),(coord_action_start,1),(coord_action_start,1) (coord_action_ready,1) (action.check,2) + </verbatim> It returns the Oozie server current queued commands. http://git-wip-us.apache.org/repos/asf/oozie/blob/bec42a03/docs/src/site/twiki/DG_CoordinatorRerun.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/DG_CoordinatorRerun.twiki b/docs/src/site/twiki/DG_CoordinatorRerun.twiki index 400684a..fbb1376 100644 --- a/docs/src/site/twiki/DG_CoordinatorRerun.twiki +++ b/docs/src/site/twiki/DG_CoordinatorRerun.twiki @@ -9,7 +9,7 @@ ---++ Pre-Conditions * Rerun coordinator action must be in TIMEDOUT/SUCCEEDED/KILLED/FAILED. - * Coordinator actions cannot be rerun if the coordinator job is in the KILLED or FAILED state. + * Coordinator actions cannot be rerun if the coordinator job is in the PREP or IGNORED state. * Rerun a PAUSED coordinator job, the status and pause time and pending flag will not be reset. * Rerun a SUSPENDED coordinator job, the status will reset to RUNNING. * All rerun actions must exist already. http://git-wip-us.apache.org/repos/asf/oozie/blob/bec42a03/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 6107831..1531194 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.3.0 release (trunk - unreleased) +OOZIE-2508 Documentation change for Coord action rerun [OOZIE-1735] (satishsaley via puru) OOZIE-2628 Fix Workflow EL function return types in Documentation (abhishekbafna via jaydeepvishwakarma) OOZIE-2623 Oozie should use a dummy OutputFormat (satishsaley via rohini) OOZIE-2625 Drop workflowgenerator (rkanter)
