Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 76374 invoked from network); 2 Mar 2009 20:47:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2009 20:47:20 -0000 Received: (qmail 49601 invoked by uid 500); 2 Mar 2009 20:47:19 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 49581 invoked by uid 500); 2 Mar 2009 20:47:19 -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 49570 invoked by uid 99); 2 Mar 2009 20:47:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2009 12:47:19 -0800 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; Mon, 02 Mar 2009 20:47:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3F6B0234C4AC for ; Mon, 2 Mar 2009 12:46:56 -0800 (PST) Message-ID: <937467201.1236026816258.JavaMail.jira@brutus> Date: Mon, 2 Mar 2009 12:46:56 -0800 (PST) From: "Jonathan Gray (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1231) Today, going from a RowResult to a BatchUpdate reqiures some data processing even though they are pretty much the same thing. In-Reply-To: <1935042308.1236024296184.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-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gray updated HBASE-1231: --------------------------------- Fix Version/s: 0.20.0 0.19.1 > Today, going from a RowResult to a BatchUpdate reqiures some data processing even though they are pretty much the same thing. > ----------------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-1231 > URL: https://issues.apache.org/jira/browse/HBASE-1231 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: Erik Holstad > Assignee: Erik Holstad > Priority: Trivial > Fix For: 0.19.1, 0.20.0 > > > When updating some values in a row you need to fetch the row, get the data, change the data, get the key, get the row, create a new BatchUpdate > and put all the keys and new values into it. > The overall structure change that might be needed to solve this problem in the right way, should probably go into HBASE-880. This issue just > includes a util method that does the conversion for you. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.