Fixed bad commit for MAPREDUCE-901.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1157454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arun Murthy 2011-08-14 01:52:31 +00:00
parent cb98b81851
commit b2b976a03b
2 changed files with 0 additions and 3734 deletions

View File

@ -1251,11 +1251,6 @@ else if (state == TaskStatus.State.FAILED ||
* @return the job-level counters.
*/
public synchronized Counters getJobCounters() {
try {
throw new IOException("");
} catch (IOException ioe) {
LOG.info("getJC", ioe);
}
return jobCounters;
}