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

spelling mistakes in examples

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 4.3.0
    • 5.0.0b1
    • docs

    Description

      The code snipped below shows the usage of the LocalOozie class. All the interaction with Oozie is done using Oozie OozieClient Java API, as shown in the previous section.

      The examples bundled with Oozie include the complete and running class, LocalOozieExample from where this snipped was taken.

      should say snippet

      also

      wc.getJobInfo(jobId).getStatus() == Workflow.Status.RUNNING</code>
      

      should say

      wc.getJobInfo(jobId).getStatus() == WorkflowJob.Status.RUNNING</code>
      

      and

      System.out.println(wf.getJobInfo(jobId));
      

      should say

      System.out.println(wc.getJobInfo(jobId));
      

      Attachments

        1. OOZIE-2851-0.patch
          1 kB
          Artem Ervits
        2. OOZIE-2851-1.patch
          2 kB
          Artem Ervits
        3. OOZIE-2851-2.patch
          2 kB
          Artem Ervits

        Activity

          People

            dbist13 Artem Ervits
            dbist13 Artem Ervits
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: