Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 92001 invoked from network); 1 Oct 2008 19:26:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2008 19:26:05 -0000 Received: (qmail 45363 invoked by uid 500); 1 Oct 2008 19:26:03 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 45350 invoked by uid 500); 1 Oct 2008 19:26:03 -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 45339 invoked by uid 99); 1 Oct 2008 19:26:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 12:26:03 -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; Wed, 01 Oct 2008 19:25:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 907A9234C1FA for ; Wed, 1 Oct 2008 12:25:44 -0700 (PDT) Message-ID: <1789941992.1222889144590.JavaMail.jira@brutus> Date: Wed, 1 Oct 2008 12:25:44 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-748) Add an efficient way to batch update many rows In-Reply-To: <1885219386.1216244011641.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-748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636130#action_12636130 ] Jim Kellerman commented on HBASE-748: ------------------------------------- Ok, if flushCommits and initialize need to be public, they need javadoc. > Add an efficient way to batch update many rows > ---------------------------------------------- > > Key: HBASE-748 > URL: https://issues.apache.org/jira/browse/HBASE-748 > Project: Hadoop HBase > Issue Type: New Feature > Components: client > Affects Versions: 0.1.3, 0.2.0 > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Fix For: 0.19.0 > > Attachments: hbase-748-v1.patch, hbase-748-v2.patch > > > HBASE-747 introduced a simple way to batch update many rows. The goal of this issue is to have an enhanced version that will send many rows in a single RPC to each region server. To do this, the client code will have to figure which rows goes to which server, group them accordingly and then send them. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.