Repository: oozie Updated Branches: refs/heads/master 78129fdee -> 052187f79
OOZIE-1686 Typo in DG_CommandLineTool (anbu78 via ryota) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/052187f7 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/052187f7 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/052187f7 Branch: refs/heads/master Commit: 052187f7946918ef861391d40188af6c8af6f7a7 Parents: 78129fd Author: egashira <[email protected]> Authored: Mon Jun 9 01:30:04 2014 -0700 Committer: egashira <[email protected]> Committed: Mon Jun 9 01:30:04 2014 -0700 ---------------------------------------------------------------------- docs/src/site/twiki/DG_CommandLineTool.twiki | 8 ++++---- release-log.txt | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/052187f7/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 cd0391c..03a36eb 100644 --- a/docs/src/site/twiki/DG_CommandLineTool.twiki +++ b/docs/src/site/twiki/DG_CommandLineTool.twiki @@ -412,10 +412,10 @@ $oozie job -rerun <coord_Job_id> [-nocleanup] [-refresh] (if neither -action nor -date is given, the exception will be thrown.) </verbatim> -The =rerun= option reruns a terminated (=TIMEDOUT=, =SUCCEEDED=, =KILLED=, =FAILED=, =IGNORED=) coordiantor action when coordiator job +The =rerun= option reruns a terminated (=TIMEDOUT=, =SUCCEEDED=, =KILLED=, =FAILED=, =IGNORED=) coordinator action when coordinator job is not in =FAILED= or =KILLED= state. -After the command is executed the rerun coordiator action will be in =WAITING= status. +After the command is executed the rerun coordinator action will be in =WAITING= status. Refer to the [[DG_CoordinatorRerun][Rerunning Coordinator Actions]] for details on rerun. @@ -432,7 +432,7 @@ $oozie job -rerun <bundle_Job_id> [-nocleanup] [-refresh] The =rerun= option reruns coordinator actions belonging to specified coordinators within the specified date range. -After the command is executed the rerun coordiator action will be in =WAITING= status. +After the command is executed the rerun coordinator action will be in =WAITING= status. ---+++ Checking the Information and Status of a Workflow, Coordinator or Bundle Job or a Coordinator Action @@ -795,7 +795,7 @@ When a workflow job of a ignored coordinator action is rerun, the coordinator ac Example: <verbatim> -$ oozie jobs -oozie http://localhost:11000/oozie -localtime -len 2 -fliter status=RUNNING +$ oozie jobs -oozie http://localhost:11000/oozie -localtime -len 2 -filter status=RUNNING . Job Id Workflow Name Status Run User Group Created Started Ended .---------------------------------------------------------------------------------------------------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/052187f7/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 4a5cff2..23f6303 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.1.0 release (trunk - unreleased) +OOZIE-1686 Typo in DG_CommandLineTool (anbu78 via ryota) OOZIE-1804 Improve documentation for Coordinator Specification (lars_francke via rkanter) OOZIE-1828 Introduce counters JobStatus terminal states metrics (rkanter) OOZIE-1724 Make it easier to specify the HCat hive-site.xml for the Oozie Server (rkanter)
