Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 79676 invoked from network); 23 Sep 2009 17:20:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Sep 2009 17:20:38 -0000 Received: (qmail 74965 invoked by uid 500); 23 Sep 2009 17:20:38 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 74947 invoked by uid 500); 23 Sep 2009 17:20:38 -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 74933 invoked by uid 99); 23 Sep 2009 17:20:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2009 17:20:38 +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 17:20:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7B1AF234C4AB for ; Wed, 23 Sep 2009 10:20:16 -0700 (PDT) Message-ID: <11905917.1253726416502.JavaMail.jira@brutus> Date: Wed, 23 Sep 2009 10:20: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: ------------------------------- Affects Version/s: 0.20.0 Fix Version/s: 0.21.0 0.20.1 > [hbase] Bulk load tools > ----------------------- > > Key: HBASE-48 > URL: https://issues.apache.org/jira/browse/HBASE-48 > Project: Hadoop HBase > Issue Type: New Feature > Affects Versions: 0.20.0 > Reporter: stack > Priority: Minor > Fix For: 0.20.1, 0.21.0 > > 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.