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

jobhistory web ui task counters no longer links to singletakecounter page

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.23.0
    • 0.23.1
    • mrv2
    • None
    • Reviewed
    • Fixed JobHistory web-UI to display links to single task's counters' page.

    Description

      The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.

      Looks like MAPREDUCE-3258 changed CounterBlock.java so it doesn't show the link on the counter:
      if (mg == null && rg == null)

      { groupRow.td().$title(counter.getName())._(counter.getDisplayName()). _(); }

      else {

      Attachments

        1. mapreduce-3487.patch
          5 kB
          Jason Darrell Lowe
        2. mapreduce-3487.patch
          5 kB
          Jason Darrell Lowe

        Activity

          People

            jlowe Jason Darrell Lowe
            tgraves Thomas Graves
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: