Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5DB1A40F3 for ; Mon, 9 May 2011 22:57:45 +0000 (UTC) Received: (qmail 34903 invoked by uid 500); 9 May 2011 22:57:45 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 34866 invoked by uid 500); 9 May 2011 22:57:45 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 34858 invoked by uid 99); 9 May 2011 22:57:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 22:57:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 22:57:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2AC0BC8631 for ; Mon, 9 May 2011 22:57:03 +0000 (UTC) Date: Mon, 9 May 2011 22:57:03 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <1260203574.33471.1304981823172.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1354461066.33245.1304973363147.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-3871) Speedup LoadIncrementalHFiles by parallelizing HFile splitting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-3871: -------------------------- Attachment: 3871.patch > Speedup LoadIncrementalHFiles by parallelizing HFile splitting > -------------------------------------------------------------- > > Key: HBASE-3871 > URL: https://issues.apache.org/jira/browse/HBASE-3871 > Project: HBase > Issue Type: Improvement > Components: mapreduce > Affects Versions: 0.90.2 > Reporter: Ted Yu > Assignee: Ted Yu > Attachments: 3871.patch > > > From Adam w.r.t. HFile splitting: > There's actually a good number of messages of that type (HFile no longer fits inside a single region), unfortunately I didn't take a timestamp on just when I was running with the patched jars vs the regular ones, however from the logs I can say that this is occurring fairly regularly on this system. The cluster I tested this on is our backup cluster, the mapreduce jobs on our production cluster output HFiles which are copied to the backup and then loaded into HBase on both. Since the regions may be somewhat different on the backup cluster I would expect it to have to split somewhat regularly. > This JIRA complements HBASE-3721 by parallelizing HFile splitting which is done in the main thread. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira