You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by rk...@apache.org on 2016/08/02 20:48:02 UTC

oozie git commit: OOZIE-2516 Update web service documentation for jobs API (abhishekbafna via rkanter)

Repository: oozie
Updated Branches:
  refs/heads/master 376507fb8 -> 696397029


OOZIE-2516 Update web service documentation for jobs API (abhishekbafna via rkanter)


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

Branch: refs/heads/master
Commit: 6963970299663cb05ae0350d38432e819e0a39f0
Parents: 376507f
Author: Robert Kanter <rk...@cloudera.com>
Authored: Tue Aug 2 13:47:54 2016 -0700
Committer: Robert Kanter <rk...@cloudera.com>
Committed: Tue Aug 2 13:47:54 2016 -0700

----------------------------------------------------------------------
 docs/src/site/twiki/WebServicesAPI.twiki | 7 ++++---
 release-log.txt                          | 1 +
 2 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/69639702/docs/src/site/twiki/WebServicesAPI.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/WebServicesAPI.twiki b/docs/src/site/twiki/WebServicesAPI.twiki
index 5dadafe..66293a5 100644
--- a/docs/src/site/twiki/WebServicesAPI.twiki
+++ b/docs/src/site/twiki/WebServicesAPI.twiki
@@ -1635,7 +1635,7 @@ Content-Type: application/json;charset=UTF-8
       info: "nextAction=5",
     },
     {
-**    jobType: "bindle"
+**    jobType: "bundle"
       id: "0-200905191240-oozie-B",
       appName: "logprocessor-bundle",
       appPath: "hdfs://user/bansalm/myapp/logprocessor-bundle.xml",
@@ -1658,8 +1658,9 @@ The syntax for the filter is <verbatim>[NAME=VALUE][;NAME=VALUE]*</verbatim>
 Valid filter names are:
 
    * name: the application name from the workflow/coordinator/bundle definition
-   * user: the user that submitted the job
-   * group: the group for the job
+   * user: the user who submitted the job
+   * group: the group for the job (support for the group filter is discontinued. version: 3.2.0 OOZIE-228).
+   * id: the id of the workflow/coordinator/bundle job
    * status: the status of the job
    * startCreatedTime : the start of the window about workflow job's created time
    * endCreatedTime : the end of above window

http://git-wip-us.apache.org/repos/asf/oozie/blob/69639702/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 4dec531..df4b1e8 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.3.0 release (trunk - unreleased)
 
+OOZIE-2516 Update web service documentation for jobs API (abhishekbafna via rkanter)
 OOZIE-2497 Some tests fail on windows due to hard coded URIs (abhishekbafna via rkanter)
 OOZIE-2349 Method getCoordJobInfo(String jobId, String filter, int offset, int length, boolean desc) is not present in LocalOozieClientCoord (nperiwal via rkanter)
 OOZIE-2172 ZooKeeper Security Tests failed with JVM IBM JAVA (GauravPande via rkanter)