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

Show the dataset name along with coord:latest() in the missing dependencies for coordinator

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • trunk, 3.3.2
    • None
    • client, coordinator
    • None
    • Oozie server build version: 3.3.2.8
      Oozie client build version:

    Description

      Currently for a coordinator action, which depends on the latest instances of a dataset, missing dependencies are shown something like this

      Missing dependencies: ${coord:latestRange(0,0)}#${coord:latestRange(0,0)}#${coord:latestRange(0,0)}#${coord:latestRange(0,0)}#${coord:latestRange(-3,0)}#${coord:latestRange(0,0)}#${coord:latestRange(-3,0)}#${coord:latestRange(0,0)}#${coord:latestRange(-3,0)}#${coord:latestRange(0,0)}#${coord:latestRange(-34,0)}#${coord:latestRange(-34,0)}#${coord:latestRange(0,0)}#${coord:latestRange(0,0)}

      There are around 14 inputs for which the job is waiting on either last available instance or last available 35 instances. It's very difficult to figure out on which input, job is exactly waiting on.

      We should show the only those dependencies which could not be resolved and show dataset name in the dependencies.

      e.g. ${coord:latestRange(0,0), input1}#${coord:latestRange(0,0), input2}#${coord:latestRange(0,0), input3}#${coord:latestRange(0,0), input4}

      Attachments

        Activity

          People

            satishsaley Satish Saley
            abhishek.agarwal Abhishek Agarwal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: