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

Add additional cleanup hook to the app master

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • applicationmaster
    • None

    Description

      Add additional cleanup hook to app master.

      Added property mapreduce.job.cleanup.plugins. This property is a list of cleanup plugins that should be run at the end of a job. Each plugin must implement the ApplicationCleanup interface. Plugin classes are specified using mapreduce.job.cleanup.plugins.%s.class properties.

      For example:

      mapreduce.job.cleanup.plugins=plugin1,plugin2,plugin2 mapreduce.job.cleanup.plugins.plugin1.class=CleanupClass

      Attachments

        1. MAPREDUCE-7171.patch
          14 kB
          Mikayla Konst

        Activity

          People

            mkonst Mikayla Konst
            mkonst Mikayla Konst
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: