Ordering of the output statistics in the report page (jobtracker-details for a 
job)
-----------------------------------------------------------------------------------

                 Key: HADOOP-3902
                 URL: https://issues.apache.org/jira/browse/HADOOP-3902
             Project: Hadoop Core
          Issue Type: Bug
          Components: util
    Affects Versions: 0.18.0
         Environment: Fedora Core X86 (amazon ec2), JDK 1.6
            Reporter: Flo Leibert


The ordering of the job statistics in the jobdetails.jsp seems very unintuitive 
- and not in sync with previous versions. 
It seems as if the rows should be ordered by their respective function (maps, 
combines, reduces). 
Example: 
Map-Reduce Framework    
Reduce input groups     0       1,936   1,936
Combine output records  0       0       0
Map input records       41,580,847      0       41,580,847
Reduce output records   0       664,803,173     664,803,173
Map output bytes        988,918,560     0       988,918,560
Map input bytes         1,100,931,203   0       1,100,931,203
Map output records      41,580,847      0       41,580,847
Combine input records   0       0       0
Reduce input records    0       41,580,847      41,580,847

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to