// Log the job summary (this should be done prior to logging to
// job-history to ensure job-counters are in-sync
JobSummary.logJobSummary(this, jobtracker.getClusterStatus(false));
// Log job-history
JobFinishedEvent jfe =
new JobFinishedEvent(this.status.getJobID(),
this.finishTime,
this.finishedMapTasks,this.finishedReduceTasks, failedMapTasks,
failedReduceTasks,
new org.apache.hadoop.mapreduce.Counters(getMapCounters()),
new org.apache.hadoop.mapreduce.Counters(getReduceCounters()),