Re: getCounters NPE

2014-05-23 Thread Jay Vyas
To add some more detail on this: after turning logging to debug, it's clear that the job history server is skipping the copying of a completed jhist file into the done/ directory. Is there any reason why some jhist files never get recognized, even though they are indeed in a directory which con

Re: getCounters NPE

2014-05-22 Thread Jay Vyas
(sorry, i meant THROW a NPE, not " return a null). Big difference of course ! On Thu, May 22, 2014 at 1:36 PM, Jay Vyas wrote: > Hi hadoop ... Is there a reason why line 220, below, should ever return > null when > being called through the code path of job.getCounters() ? > > It appears that

getCounters NPE

2014-05-22 Thread Jay Vyas
Hi hadoop ... Is there a reason why line 220, below, should ever return null when being called through the code path of job.getCounters() ? It appears that there could be some indirection involving RPCs, etc, so im thinking its best to ask before I attempt to trace the call. 217 @Override 21