[
https://issues.apache.org/jira/browse/HADOOP-4784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
he yongqiang updated HADOOP-4784:
---------------------------------
Attachment: 4784.patch
Add new counts into JobStatus. The counts can be obtained like this:
RunningJob running = jc.getJob(jobId);
running .getRunningMaps();
//running.getRunningReduces();
//running.getFinishedMaps();
//running.getFinishedReduces();
//running.getFailedMaps();
//running.getFailedReduces();
> Need value for Running, Completed and Failed maps and reduces for a job.
> ------------------------------------------------------------------------
>
> Key: HADOOP-4784
> URL: https://issues.apache.org/jira/browse/HADOOP-4784
> Project: Hadoop Core
> Issue Type: Improvement
> Components: mapred
> Reporter: Karam Singh
>
> Currently there is no JobClient call which gives information for Running,
> Completed and Failed maps and reduces for a job. Only way to get this is to
> parse jobdetails.jsp.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.