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

Fix typo in JobHistoryEventHandler

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.8.0, 3.0.0-alpha1
    • None
    • None
    • Incompatible change, Reviewed
    • There is a typo in the event string "WORKFLOW_ID" (as "WORKLFOW_ID"). The branch-2 change will publish both event strings for compatibility with consumers, but the misspelled metric will be removed in trunk.

    Description

      JobHistoryEventHandler#processEventForTimelineServer

      tEvent.addEventInfo("WORKLFOW_ID", jse.getWorkflowId());

      should be like below.

      tEvent.addEventInfo("WORKFLOW_ID", jse.getWorkflowId()); 

      Attachments

        1. MAPREDUCE-6427.001.branch-2.patch
          1 kB
          Ray Chiang
        2. MAPREDUCE-6427.001.patch
          1 kB
          Ray Chiang

        Issue Links

          Activity

            People

              rchiang Ray Chiang
              brahmareddy Brahma Reddy Battula
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: