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

Broken sort for numeric columns in UI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.3.6
    • None
    • jobhistoryserver, webapps, yarn
    • None

    Description

      Some columns the datatables of the UI have the sType "numeric". For instance: the elapsed time in mappers or reducers in the Mapreduce job UI, or the number of completed mappers/reducers in the Job History.

      However, since the version 1.10 of the datatables library, the type "numeric" has been replaced by "num". As a consequence, the columns are now sorted lexicographically.
      Replacing "numeric" with "num" fixes the issue.

       

      Tested on version 3.3.6, but I believe it may apply since version 3.1.2.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ahelmer Alexandre Helmer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: