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

error message about misconfig in starting time of coordinator and initial-instance of dataset

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • pre-Apache
    • None
    • None

    Description

      When initial-instance of dataset points to some timestamp later than starting time of coordinator job (by mistake) , coordinator cannot resolve coord:current(0) of the dataset right after it starts. Therefore, it returns an empty string. This behavior itself is expected, but adding a log (warning) message could be more helpful for debugging purposes.

      in this particular case, user facing this issue tried to insert coord:current(0) to variable
      ====
      <output-events>
      <data-out name="path_mvp_dataout" dataset="path_mvp_dataset">
      <instance>${coord:current(0)}</instance>
      </data-out>
      </output-events>
      =====

      and found following error message
      "variable [path_mvp_output] cannot be resolved use coord:current(0)"

      Attachments

        Activity

          People

            Unassigned Unassigned
            paramsraman Parameswaran Raman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: