Hi, thanks for your answer. But I was more concerned how the loading actually occurs inside HBASE (where is the configuration read and the coprocessor actually loaded). I already got a rough feeling by browsing the code but still unsure about the details.
Any pointers are appreciated Jörg -----Ursprüngliche Nachricht----- Von: "Mingjie Lai" <[email protected]> Gesendet: 25.04.2011 20:03:00 An: [email protected] Betreff: Re: Coprocessor Loading Hi JS. Please take a look at ``Coprocessor Class Loading'' section of this blog post: http://hbaseblog.com/2010/11/30/hbase-coprocessors/ The post is a little bit out-of-date because the coprocessor has been improved since then. But the class loading is about the same. Mingjie On 04/22/2011 08:05 AM, [email protected] wrote: > Hi, > we are just trying to understand how Coprocessors are exactly loaded. > Is there some overview a) when this happens in the loading and b) which > classes are involved. > > Thanks for your support > JS >
