Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-3387

A tracking URL of N/A before the app master is launched breaks oozie

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.23.0, 2.0.0-alpha
    • 0.23.1
    • mrv2
    • None
    • Reviewed
    • Fixed AM's tracking URL to always go through the proxy, even before the job started, so that it works properly with oozie throughout the job execution.

    Description

      When oozie launches a map/reduce job it retrieves the tracking URL of that job to display in its own UI. Previously this tracking URL did not change except when the job completed. Currently the URL starts out as N/A and then changes to the real URL once the AppMaster launches. This breaks oozie, as oozie expects to be able to get that information quickly and get back to processing other requests.

      Because the web app proxy is now available we can maintain backwards compatibility by instead of returning N/A we can return the URL of the proxy for that application. This relies on the fact that the application master's UI will display the correct thing for the URI http://<host>:<port>/, which MR and others now do.

      Attachments

        1. MR-3387.txt
          8 kB
          Robert Joseph Evans
        2. MR-3387.txt
          8 kB
          Robert Joseph Evans
        3. MR-3387.txt
          11 kB
          Robert Joseph Evans

        Activity

          People

            revans2 Robert Joseph Evans
            revans2 Robert Joseph Evans
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: