Repository: oozie Updated Branches: refs/heads/master 274cd824d -> a4e2674d9
OOZIE-3358 [docs] Check and fix differences between help and command line documentation for Fluent Job API (kmarton via andras.piros) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/a4e2674d Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/a4e2674d Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/a4e2674d Branch: refs/heads/master Commit: a4e2674d9b008853446fdf1a4840a16c19e37c1c Parents: 274cd82 Author: Andras Piros <[email protected]> Authored: Thu Oct 4 11:14:25 2018 +0200 Committer: Andras Piros <[email protected]> Committed: Thu Oct 4 11:14:25 2018 +0200 ---------------------------------------------------------------------- docs/src/site/markdown/DG_CommandLineTool.md | 6 +++--- release-log.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/a4e2674d/docs/src/site/markdown/DG_CommandLineTool.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/DG_CommandLineTool.md b/docs/src/site/markdown/DG_CommandLineTool.md index 51382c7..e3e34fa 100644 --- a/docs/src/site/markdown/DG_CommandLineTool.md +++ b/docs/src/site/markdown/DG_CommandLineTool.md @@ -109,13 +109,13 @@ oozie job <OPTIONS> : job operations -slaenable enables sla alerts for the job and its children -slachange Update sla param for jobs, supported param are should-start, should-end and max-duration -retries Get information of the retry attempts for a given workflow action. - -apijarcheck <jar> based on the supplied Fluent Job API jar, a workflow definition XML is generated and checked whether + -validatejar <jar> based on the supplied Fluent Job API jar, a workflow definition XML is generated and checked whether it's a valid Oozie workflow. Output is whether the generated workflow is a valid one - -apijarsubmit <jar> based on the supplied Fluent Job API jar, a workflow definition XML is generated and submitted. When + -submitjar <jar> based on the supplied Fluent Job API jar, a workflow definition XML is generated and submitted. When the parameter =oozie.wf.application.path= isn't supplied on the command line, an HDFS location with the prefix defined in =oozie-site.xml#oozie.client.jobs.application.generated.path= is used. Output is the workflow ID - -apijarrun <jar> based on the supplied Fluent Job API jar, a workflow definition XML is generated and run. When the + -runjar <jar> based on the supplied Fluent Job API jar, a workflow definition XML is generated and run. When the parameter =oozie.wf.application.path= isn't supplied on the command line, an HDFS location with the prefix defined in =oozie-site.xml#oozie.client.jobs.application.generated.path= is used. Output is the workflow ID http://git-wip-us.apache.org/repos/asf/oozie/blob/a4e2674d/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 8cac746..98de267 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 5.1.0 release (trunk - unreleased) +OOZIE-3358 [docs] Check and fix differences between help and command line documentation for Fluent Job API (kmarton via andras.piros) OOZIE-3348 amend [Hive action] Remove dependency hive-contrib (kmarton via andras.piros) OOZIE-3160 amend PriorityDelayQueue put()/take() can cause significant CPU load due to busy waiting (andras.piros) OOZIE-3354 [core] [SSH action] SSH action gets hung (andras.piros)
