Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 66703 invoked from network); 18 Oct 2008 11:47:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2008 11:47:35 -0000 Received: (qmail 57192 invoked by uid 500); 18 Oct 2008 11:47:36 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 57040 invoked by uid 500); 18 Oct 2008 11:47:36 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 57029 invoked by uid 99); 18 Oct 2008 11:47:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2008 04:47:36 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2008 11:46:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 67A03234C234 for ; Sat, 18 Oct 2008 04:46:44 -0700 (PDT) Message-ID: <365287503.1224330404423.JavaMail.jira@brutus> Date: Sat, 18 Oct 2008 04:46:44 -0700 (PDT) From: "sishen (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-936) REST Interface: enable to get numbers of rows from scanner interface In-Reply-To: <1575821131.1224330164455.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sishen updated HBASE-936: ------------------------- Status: Patch Available (was: Open) The default numbers of rows is 1. So it will not affect the current apis. User can add limit parma to the search string, such as /[tables]/scanner/[scanner_id]?limit=10. The result will be ...... if limit > 1, else .. > REST Interface: enable to get numbers of rows from scanner interface > ---------------------------------------------------------------------- > > Key: HBASE-936 > URL: https://issues.apache.org/jira/browse/HBASE-936 > Project: Hadoop HBase > Issue Type: Improvement > Components: rest > Affects Versions: 0.18.0 > Reporter: sishen > Fix For: 0.18.0 > > Attachments: 936.trunk.rest_scanner.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > The scanner request will return one row for each request defaultly. But due to reduce the network bandwidth also the usability of the api, it should allow return multiple rows at once. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.