; Caused by: java.lang.NullPointerException
> > at java.util.Hashtable.put(Hashtable.java:394)
> >
> > Coprocessor is trying to read the HBase configuration here and it is not
> > getting loaded when HBase starts due to NPE.
> >
> > Is there any particular reason this works in 0.94.1 and not in 0.94.7 ?
> > Does the configuration loading change between versions ?
> >
> >
> > Thanks,
> >
> > --
> > Kiran Chitturi
> >
> > <http://www.linkedin.com/in/kiranchitturi>
> >
>
--
Kiran Chitturi
<http://www.linkedin.com/in/kiranchitturi>
configuration loading change between versions ?
Thanks,
--
Kiran Chitturi
<http://www.linkedin.com/in/kiranchitturi>
> caching for the M/R: -Dhbase.client.scanner.caching=100 (or 1000)
>
> And also turn off speculative execution (we should do that by default):
> -Dmapred.map.tasks.speculative.execution=false
>
> It might be the speculative execution that throws the job off, I am just
> gue
exact same numbers in both cases? Or do they vary?
>
I just did another map reduce and this time the number is 1394234. The
actual count from shell is 2157447
Thanks!
>
> - Original Message -
> From: kiran chitturi
> To: user
> Cc:
> Sent: Saturday, February 9, 2