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 7ABFDDD88 for ; Thu, 14 Mar 2013 23:16:13 +0000 (UTC) Received: (qmail 91009 invoked by uid 500); 14 Mar 2013 23:16:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 90957 invoked by uid 500); 14 Mar 2013 23:16:13 -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 90858 invoked by uid 99); 14 Mar 2013 23:16:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Mar 2013 23:16:13 +0000 Date: Thu, 14 Mar 2013 23:16:12 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-8115) Consolidate Import and ImportTsv into a single, user-extensible Import utility MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Nick Dimiduk created HBASE-8115: ----------------------------------- Summary: Consolidate Import and ImportTsv into a single, user-extensible Import utility Key: HBASE-8115 URL: https://issues.apache.org/jira/browse/HBASE-8115 Project: HBase Issue Type: Sub-task Components: mapreduce, Usability Reporter: Nick Dimiduk Import and ImportTsv are very similar tools. The distinction between them is the data input format they consume. Once they've configured their mappers, the rest is pretty much identical. ImportTsv is designed to be an extensible import utility, allowing the mapper to be replaced via configuration. In theory, Import's mapper could be substituted. Let's put these together, making ImportTsv a working example of how to extend Import. -- 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