Reported percentage complete is different between web ui and command line
-------------------------------------------------------------------------
Key: HADOOP-980
URL: https://issues.apache.org/jira/browse/HADOOP-980
Project: Hadoop
Issue Type: Bug
Components: mapred
Affects Versions: 0.11.0
Reporter: Nigel Daley
Priority: Minor
Looking at my job status from the web ui and the command line yields different results. Here
is an example:
>From the shell:
bash$ bin/hadoop job -status job_0001
Job: job_0001
file: /dfstmp/mapred/system/submit_z2oeld/job.xml
tracking URL: http://foo.bar:50030/jobdetails.jsp?jobid=job_0001
map() completion: 0.99955106
reduce() completion: 1.0
>From the web UI:
Kind % Complete Num Tasks Pending Running Complete Killed Failures
map 100.00% 79731 0 0 79731 0 169
reduce 99.86% 3510 0 1 3509 0 151
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|