Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B892B990A for ; Fri, 17 May 2013 14:52:54 +0000 (UTC) Received: (qmail 21631 invoked by uid 500); 17 May 2013 14:52:52 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 21368 invoked by uid 500); 17 May 2013 14:52:51 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 20990 invoked by uid 99); 17 May 2013 14:52:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 May 2013 14:52:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of zhou.jinyuan@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-ob0-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 May 2013 14:52:44 +0000 Received: by mail-ob0-f169.google.com with SMTP id vb8so4769889obc.28 for ; Fri, 17 May 2013 07:52:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=yjGi7Yfw1qnNN54IPW0Z/pSMxCbNTEf7qpE77r0kGes=; b=eWQ1ja3XFYv0z0bm6n7bh0tpzYXNgmvSXJljSftJs6GhyfsAKmcunU8hj01e+bQM1G 4FSH3xUS58mfgnrlbwz4afWkrMOdKgB89gCH/ndsB65Y9vxJaf+LFv0J9Bjc7OxZkRxo n/NjXZIOQ9VMebszzQ7yp/bY8ttTDsJGdSIarWrkMlE1aXz8saLK9q7WCfwVx6Ex9XkJ /8pic3NsLaGJmjKLxF/D4waX9BhM0WDN4dcYVVrjAM+RFpfqjM7mZKPyfnYw1PEGyLa1 IAV0ipsVz43eNS2CDypMGAn3SmEQYxltnXEIcP5Xi2G7zacOCW9iVV+p2aAO/UtqJ+m/ Cb4w== MIME-Version: 1.0 X-Received: by 10.182.153.5 with SMTP id vc5mr21821864obb.32.1368802343483; Fri, 17 May 2013 07:52:23 -0700 (PDT) Received: by 10.182.166.2 with HTTP; Fri, 17 May 2013 07:52:23 -0700 (PDT) Date: Fri, 17 May 2013 07:52:23 -0700 Message-ID: Subject: bulk load skipping tsv files From: Jinyuan Zhou To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=089e013a0ada73834904dceb2188 X-Virus-Checked: Checked by ClamAV on apache.org --089e013a0ada73834904dceb2188 Content-Type: text/plain; charset=ISO-8859-1 Hi, I wonder if there are tool similar to org.apache.hadoop.hbase.mapreduce.ImportTsv. IimportTsv read from tsv file and create HFiles which are ready to be loaded into the corresponding region by another tool org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles. What I want is to read from some hbase table and create hfiles directly I think I I know how to write up such class by following steps in ImportTsv class but I wonder if some one already did this. Thanks, Jack -- -- Jinyuan (Jack) Zhou --089e013a0ada73834904dceb2188--