Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D5730103D0 for ; Fri, 19 Apr 2013 09:54:43 +0000 (UTC) Received: (qmail 56646 invoked by uid 500); 19 Apr 2013 09:54:41 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 56382 invoked by uid 500); 19 Apr 2013 09:54:40 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 56345 invoked by uid 99); 19 Apr 2013 09:54:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Apr 2013 09:54:38 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [60.28.175.221] (HELO mail39.exmail.sina.com) (60.28.175.221) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Apr 2013 09:54:33 +0000 X-Auth-ID: wei.guo@wbkit.com X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4BANQTcVE8HKTn/3poAA1DgkKEK75MhCxGX5gLmhVrCJJbkU82YQOJBYVaiCiULA Received: from mail164.exmail.sina.com (HELO [192.168.1.70]) ([60.28.164.231]) by mail125.exmail.sina.com with ESMTP; 19 Apr 2013 17:53:48 +0800 From: GuoWei Content-Type: multipart/alternative; boundary="Apple-Mail=_6E975F09-A44D-4147-8809-C0B97E0C64A4" Subject: Coreprocessor always scan the whole table. Message-Id: Date: Fri, 19 Apr 2013 17:49:53 +0800 To: "user@hbase.apache.org" Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) X-Mailer: Apple Mail (2.1503) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_6E975F09-A44D-4147-8809-C0B97E0C64A4 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=GB2312 Hello, We use HBase core processor endpoint to process realtime data. But when = I use coreprocessorExec method to scan table and pass startRow and = endRow. It always scan all table instead of the result between the = startRow and endRow.=20 my code. results =3D table.coprocessorExec(IEndPoint_SA.class, startrow, endrow, new = Batch.Call>() { public Hashtable = call(IEndPoint_SA instance)throws IOException{ Hashtable s =3D null; try { s=3Dinstance.GetList(); } catch (ParseException e) { // TODO Auto-generated catch = block e.printStackTrace(); } return s; } }); Best Regards / =C9=CC=EC=F7 =B9=F9=CE=B0 Guo Wei ----------------------------------------------------- --Apple-Mail=_6E975F09-A44D-4147-8809-C0B97E0C64A4--