Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 12488 invoked from network); 24 Oct 2008 23:14:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2008 23:14:05 -0000 Received: (qmail 2252 invoked by uid 500); 24 Oct 2008 23:14:08 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 2234 invoked by uid 500); 24 Oct 2008 23:14:08 -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 2223 invoked by uid 99); 24 Oct 2008 23:14:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2008 16:14:08 -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; Fri, 24 Oct 2008 23:13:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44B8E234C233 for ; Fri, 24 Oct 2008 16:13:44 -0700 (PDT) Message-ID: <1871578455.1224890024280.JavaMail.jira@brutus> Date: Fri, 24 Oct 2008 16:13:44 -0700 (PDT) From: "Jean-Daniel Cryans (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-940) Make the TableOutputFormat batching-aware In-Reply-To: <298477858.1224525104262.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-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-940: ------------------------------------- Attachment: hbase-940-v3.patch Third option, put the recopy inside TOF. I think it makes a lot more sense. > Make the TableOutputFormat batching-aware > ----------------------------------------- > > Key: HBASE-940 > URL: https://issues.apache.org/jira/browse/HBASE-940 > Project: Hadoop HBase > Issue Type: Improvement > Components: mapred > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Fix For: 0.19.0 > > Attachments: hbase-940-v1.patch, hbase-940-v2.patch, hbase-940-v3.patch > > > With HBASE-748, we can batch updates but the auto-flushing is enabled by default. Make it that it is disabled for MR jobs outputting in a table and make sure that everything is sent in the end. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.