Thanks , Andrew.
------------------ 原始邮件 ------------------ 发件人: "Andrew Purtell";<[email protected]>; 发送时间: 2015年3月5日(星期四) 中午11:39 收件人: "[email protected]"<[email protected]>; 主题: Re: Is there any material introducing how to program Endpoint withprotobuf tech? Your best bet is to look at the examples provided in the hbase-examples module, f.e. https://github.com/apache/hbase/blob/branch-1.0/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/RowCountEndpoint.java or https://github.com/apache/hbase/blob/branch-1.0/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/BulkDeleteEndpoint.java If you are working with a 0.98 release, substitute "0.98" for "branch-1.0" in the above URLs. On Wed, Mar 4, 2015 at 7:01 PM, donhoff_h <[email protected]> wrote: > Hi, experts. > > I am studying how to program an Endpoint. > The material I have is a book "HBase The Definitive Guide(3rd)". I also > read the blog " > https://blogs.apache.org/hbase/entry/coprocessor_introduction". But it > seems that the Endpoint has been changed to use ProtoBuf tecknique. So I > feel the above two materials can not guide me step by step to write an > Endpoint program. Is there any material which teaches us systematically how > to write an Endpoint program with ProtoBuf tech? > > Many Thanks! -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
