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 52C5CE89E for ; Thu, 31 Jan 2013 05:13:22 +0000 (UTC) Received: (qmail 47396 invoked by uid 500); 31 Jan 2013 05:13:21 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 46633 invoked by uid 500); 31 Jan 2013 05:13:19 -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 46456 invoked by uid 99); 31 Jan 2013 05:13:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2013 05:13:18 +0000 Date: Thu, 31 Jan 2013 05:13:18 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7702) Adding filtering to Import jobs 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-7702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13567374#comment-13567374 ] Hudson commented on HBASE-7702: ------------------------------- Integrated in HBase-0.94-security #103 (See [https://builds.apache.org/job/HBase-0.94-security/103/]) HBASE-7702: Adding filtering to Import jobs - Forgot this bit... (Revision 1440736) HBASE-7702: Adding filtering to Import jobs (Revision 1440713) Result = SUCCESS jyates : Files : * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java jyates : Files : * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/mapreduce/Import.java * /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportExport.java > Adding filtering to Import jobs > ------------------------------- > > Key: HBASE-7702 > URL: https://issues.apache.org/jira/browse/HBASE-7702 > Project: HBase > Issue Type: Bug > Components: mapreduce > Reporter: Jesse Yates > Assignee: Jesse Yates > Fix For: 0.96.0, 0.94.5 > > Attachments: hbase-7702_0.94-v0.patch, hbase-7702_0.94-v1.patch, hbase-7702_0.94-v2.patch, hbase-7702_trunk-v0.patch, hbase-7702_trunk-v1.patch, hbase-7702_trunk-v2.patch > > > Add the ability to filter to the Import MapReduce job. > Often times when restoring a table from an Export job, its not desirable to import all the rows, but rather just a subset. This adds the abililty to just import rows to the table that pass a given filter. > This is the complement to HBASE-2495 -- 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