Hi Ted, I've been unable to squeeze time for writing unit test for BDCI due to my tight schedule lately. I will try to submit the patch with unit test next week.
Thanks, Anil On Sat, Sep 15, 2012 at 7:56 AM, Ted Yu <[email protected]> wrote: > Anil: > Thanks for the sharing. > If you add a test to HBASE-6669 showing use of BigDecimalColumnInterpreter, > your patch would be more easily acceptable. > > Cheers > > On Fri, Sep 14, 2012 at 3:17 PM, anil gupta <[email protected]> wrote: > > > Hi Guys, > > > > The regionservers need to have the jar which contains the > > BigDecimalColumnInterpreter class in their classpath. I was successfully > > able to run the utility class once i copied the jar across the cluster > and > > rebooted the cluster. Also, please specify the following property in > > hbase-site.xml to load the co-processor: > > <property> > > <name>hbase.coprocessor.region.classes</name> > > > > > <value>org.apache.hadoop.hbase.coprocessor.AggregateImplementation</value> > > </property> > > > > Let me know once you guys try this out. > > > > Thanks, > > Anil Gupta > > > > > -- Thanks & Regards, Anil Gupta
