"hadoop job -status <jobid>" command should display job's completion status
also.
---------------------------------------------------------------------------------
Key: MAPREDUCE-827
URL: https://issues.apache.org/jira/browse/MAPREDUCE-827
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: jobtracker
Reporter: Suman Sehgal
Priority: Minor
Fix For: 0.20.1
"hadoop job -status <jobid>" command doesn't display job status whether it is
SUCCEEDED or KILLED.
command "hadoop job -status <jobid>" displays following info:
file: hdfs://<hostname>/<mapred system dir>/<job-id>/job.xml
tracking URL: http://<hostname>:<port>/jobdetails.jsp?jobid=<jobid>
map() completion: 1.0
reduce() completion: 1.0
Counters: 5
Job Counters
SLOTS_MILLIS_MAPS=321309
Total time spent by all reduces waiting after reserving slots
(ms)=0
Total time spent by all maps waiting after reserving slots
(ms)=0
Launched map tasks=10
SLOTS_MILLIS_REDUCES=0
This command should display the job's completion status also.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.