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:
parent
cb98b81851
commit
b2b976a03b
|
@ -1251,11 +1251,6 @@ public class JobInProgress {
|
||||||
* @return the job-level counters.
|
* @return the job-level counters.
|
||||||
*/
|
*/
|
||||||
public synchronized Counters getJobCounters() {
|
public synchronized Counters getJobCounters() {
|
||||||
try {
|
|
||||||
throw new IOException("");
|
|
||||||
} catch (IOException ioe) {
|
|
||||||
LOG.info("getJC", ioe);
|
|
||||||
}
|
|
||||||
return jobCounters;
|
return jobCounters;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue