Re: cannot invoke coprocessor in trunk

2012-07-24 Thread Yin Huai
coprocessor (I used $HADOOP jar myjar.jar to launch my code), I still got class not found exception. Is there any thing I also need to do? Do I need to set classpath if I load coprocessors from hdfs? Thanks, Yin On Wed, Jul 18, 2012 at 9:09 PM, Yin Huai wrote: > I load it through table attrib

Re: cannot invoke coprocessor in trunk

2012-07-18 Thread Yin Huai
Thanks, Yin On Wed, Jul 18, 2012 at 6:08 PM, Ted Yu wrote: > ClassNotFoundException ... > > How did you load your coprocessor jar ? > > On Wed, Jul 18, 2012 at 3:05 PM, Yin Huai wrote: > > > Hello All, > > > > When I was trying to invoke coprocessor against t