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

Enable Oozie to be a subscriber to a topic on a message bus topic for job end notifications

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Oozie should be able to listen to a user configurable topic on a message bus via JMS for job completion notifications. This requires use a general inter-component communication system using the publish/subscribe model provided by ActiveMQ. http://activemq.apache.org/ The value for Oozie and Hadoop is to enable a less brittle communication because Oozie would not poll the Job Tracker for job completion in the absence of a URL or a timeout.

      Hadoop currently implements a call back URL to notify clients including Oozie that a job has completed. See https://issues.apache.org/jira/browse/MAPREDUCE-3028. This implementation has a number of challenges including that only one client can get notification easily and the implementation blocks the thread so that a bad URL blocks job tracker execution. This requires Map Reduce to enable a way for a job creator to specify which topic to which to publish the job end notification message.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              peterscraig Craig Peters
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: