You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Devaraj K (JIRA)" <ji...@apache.org> on 2015/06/29 12:59:04 UTC

[jira] [Created] (MAPREDUCE-6419) JobHistoryServer doesn't sort properly based on Job ID when Job id's exceed 9999

Devaraj K created MAPREDUCE-6419:
------------------------------------

             Summary: JobHistoryServer doesn't sort properly based on Job ID when Job id's exceed 9999
                 Key: MAPREDUCE-6419
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6419
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: webapps
    Affects Versions: 2.7.0
            Reporter: Devaraj K


When Job id's exceed 9999, JobHistoryServer is not sorting properly based on the Job ID. It is mixing the jobs having > 9999 with other jobs considering only the first four digits of the job id. The same problem could exist for Job Map tasks and Reduce tasks table as well.


It is similar to the issue YARN-3840 exists for YARN.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)