});
if (jip == null) {
throw new JobNotFoundException();
}
ThriftJobCounterRollups ret = new ThriftJobCounterRollups();
Counters mapCounters = jip.getMapCounters();
Counters reduceCounters = jip.getReduceCounters();
ret.mapCounters = new ThriftGroupList(
JTThriftUtils.toThrift(mapCounters));
ret.reduceCounters = new ThriftGroupList(