merge MAPREDUCE-4723 amendment from trunk. Fix JobHistory Event handling. (Contributed by Sandy Ryza)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1411293 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Siddharth Seth 2012-11-19 16:44:28 +00:00
parent db8545d924
commit fa6b7fca7a
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ public class JobHistoryEventHandler extends AbstractService
setSummarySlotSeconds(summary, context.getJob(jobId).getAllCounters()); setSummarySlotSeconds(summary, context.getJob(jobId).getAllCounters());
break; break;
default: default:
throw new YarnException("Invalid event type"); break;
} }
} }