Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 67556 invoked from network); 23 Sep 2009 16:38:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Sep 2009 16:38:40 -0000 Received: (qmail 97344 invoked by uid 500); 23 Sep 2009 16:38:40 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 97295 invoked by uid 500); 23 Sep 2009 16:38:39 -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 97285 invoked by uid 99); 23 Sep 2009 16:38:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 16:38:39 +0000 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, 23 Sep 2009 16:38:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 269EF234C004 for ; Wed, 23 Sep 2009 09:38:16 -0700 (PDT) Message-ID: <899952177.1253723896146.JavaMail.jira@brutus> Date: Wed, 23 Sep 2009 09:38:16 -0700 (PDT) From: "Jonathan Gray (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-48) [hbase] Bulk load tools 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-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gray updated HBASE-48: ------------------------------- Attachment: HBASE-48-v6-branch.patch Patch that applies cleanly to branch. Includes two modifications to the ruby script. Ignores _log directories (preventing multiple-family error) and copies hfiles into proper region directories, after creating them. Running final test now. > [hbase] Bulk load tools > ----------------------- > > Key: HBASE-48 > URL: https://issues.apache.org/jira/browse/HBASE-48 > Project: Hadoop HBase > Issue Type: New Feature > Reporter: stack > Priority: Minor > Attachments: 48-v2.patch, 48-v3.patch, 48-v4.patch, 48-v5.patch, 48.patch, HBASE-48-v6-branch.patch, loadtable.rb > > > Hbase needs tools to facilitate bulk upload and possibly dumping. Going via the current APIs, particularly if the dataset is large and cell content is small, uploads can take a long time even when using many concurrent clients. > PNUTS folks talked of need for a different API to manage bulk upload/dump. > Another notion would be to somehow have the bulk loader tools somehow write regions directly in hdfs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.