Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-4457

Input split logging in history is broken in 0.19

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.19.0
    • 0.19.0
    • None
    • None
    • Reviewed

    Description

      HADOOP-3245 broke input split logging for map tasks in 0.19.The method JobInProgress.addRunningTaskToTip is always logging empty string ("") for split locations now.

          if (tip.isFirstAttempt(id)) {
            JobHistory.Task.logStarted(tip.getTIPId(), name,
                                       tip.getExecStartTime(), "");
          }
      

      Attachments

        1. patch-4457.txt
          1 kB
          Amareshwari Sriramadasu

        Activity

          People

            amareshwari Amareshwari Sriramadasu
            amareshwari Amareshwari Sriramadasu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: