You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ja...@apache.org on 2016/07/23 10:53:38 UTC

oozie git commit: OOZIE-2515 Duplicate information for 'Changing endtime/pausetime of a Bundle Job' in CommandLineTool wiki (abhishekbafna via jaydeepvishwakarma)

Repository: oozie
Updated Branches:
  refs/heads/master a4b375ee6 -> 349a434a5


OOZIE-2515 Duplicate information for 'Changing endtime/pausetime of a Bundle Job' in CommandLineTool wiki (abhishekbafna via jaydeepvishwakarma)


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

Branch: refs/heads/master
Commit: 349a434a5284f1fac251c5652f783a0af53a0b1e
Parents: a4b375e
Author: jvishwakarma <jv...@walmartlabs.com>
Authored: Sat Jul 23 16:23:23 2016 +0530
Committer: jvishwakarma <jv...@walmartlabs.com>
Committed: Sat Jul 23 16:23:23 2016 +0530

----------------------------------------------------------------------
 docs/src/site/twiki/DG_CommandLineTool.twiki | 16 ----------------
 release-log.txt                              |  1 +
 2 files changed, 1 insertion(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/349a434a/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 ff1cce5..f72bad8 100644
--- a/docs/src/site/twiki/DG_CommandLineTool.twiki
+++ b/docs/src/site/twiki/DG_CommandLineTool.twiki
@@ -427,22 +427,6 @@ Valid value names are:
 
 Repeated value names are not allowed. An empty string "" can be used to reset pause time to none. New end time should not be before job's kickoff time.
 
----+++ Changing endtime/pausetime of a Bundle Job
-
-Example:
-
-<verbatim>
-$ oozie job -oozie http://localhost:11000/oozie -change 14-20090525161321-oozie-joe -value pausetime=2011-12-01T05:00Z
-</verbatim>
-
-The =change= option changes a bundle job that is not in =KILLED= status.
-
-Valid value names are:
-   * pausetime: the pause time of the bundle job.
-   * endtime: the end time of the bundle job.
-
-Repeated value names are not allowed. An empty string "" can be used to reset pause time to none. New end time should not be before job's kickoff time.
-
 Bundle will execute pause/end date change command on each coordinator job. Refer conditions and usage section of coordinator change command for more details [[DG_CommandLineTool#Changing_endtimeconcurrencypausetimestatus_of_a_Coordinator_Job][Coordinator job change command]].
 
 ---+++ Rerunning a Workflow Job

http://git-wip-us.apache.org/repos/asf/oozie/blob/349a434a/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index ca4714f..26df56e 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.3.0 release (trunk - unreleased)
 
+OOZIE-2515 Duplicate information for "Changing endtime/pausetime of a Bundle Job" in CommandLineTool wiki (abhishekbafna via jaydeepvishwakarma)
 OOZIE-2390 Rerun with failed option removing completed output data (jaydeepvishwakarma)
 OOZIE-2462 When calling ParamChecker.notNull() in CoordActionsIgnoreXCommand.java, "Action" should be passed instead of "Action cannot be null" (mballur via jaydeepvishwakarma)
 OOZIE-2507 Expose monitoring via JMX beans in Oozie (fdenes via rkanter)