Uploaded image for project: 'Oozie'
  1. Oozie
  2. OOZIE-2516

Update web service documentation for jobs API

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.3.0
    • docs
    • None

    Description

      1. Support for the 'group' filter is removed from the jobs API but the WebService documentation is not updated for the same.
      2. jobs API supports the 'id' filter which is also not documented in the web services.

      https://oozie.apache.org/docs/4.2.0/WebServicesAPI.html#Jobs_Information

      From WorkflowsJobGetJPAExecutor and StoreStatusFilter

      if (entry.getKey().equals(OozieClient.FILTER_GROUP)) {
        XLog.getLog(getClass()).warn("Filter by 'group' is not supported anymore");
      }
      ...
      if (entry.getKey().equals(OozieClient.FILTER_ID)) {
      ...
      }                    
      

      Attachments

        1. OOZIE-2516-01.patch
          1 kB
          Abhishek Bafna

        Issue Links

          Activity

            People

              abhishekbafna Abhishek Bafna
              abhishekbafna Abhishek Bafna
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: