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 78EA9E6A4 for ; Mon, 11 Mar 2013 18:01:18 +0000 (UTC) Received: (qmail 92667 invoked by uid 500); 11 Mar 2013 18:01:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 92627 invoked by uid 500); 11 Mar 2013 18:01:18 -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 92597 invoked by uid 99); 11 Mar 2013 18:01:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Mar 2013 18:01:18 +0000 Date: Mon, 11 Mar 2013 18:01:17 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-8011) Refactor ImportTsv MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-8011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HBASE-8011: -------------------------------- Status: Open (was: Patch Available) > Refactor ImportTsv > ------------------ > > Key: HBASE-8011 > URL: https://issues.apache.org/jira/browse/HBASE-8011 > Project: HBase > Issue Type: Improvement > Components: mapreduce, Usability > Reporter: Nick Dimiduk > Assignee: Nick Dimiduk > Priority: Minor > Attachments: 0001-HBASE-8011-Refactor-ImportTsv.patch, 0001-HBASE-8011-Refactor-ImportTsv.patch, 0001-HBASE-8011-Refactor-ImportTsv.patch > > > ImportTsv is a little goofy. > - It doesn't use the Tool,Configured interfaces like a mapreduce job should. > - It has a static HBaseAdmin field that must be initialized before the intended API of createSubmittableJob can be invoked. > - TsvParser is critical to the default mapper implementation but is unavailable to user custom mapper implementations without forcing them into the o.a.h.h.mapreduce namespace. > - The configuration key constants are not public. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira