Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 85368 invoked from network); 8 Dec 2010 00:10:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 00:10:35 -0000 Received: (qmail 5154 invoked by uid 500); 8 Dec 2010 00:10:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 5127 invoked by uid 500); 8 Dec 2010 00:10:35 -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 5119 invoked by uid 99); 8 Dec 2010 00:10:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 00:10:35 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 00:10:32 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB80ABjh006371 for ; Wed, 8 Dec 2010 00:10:11 GMT Message-ID: <5667278.5081291767011003.JavaMail.jira@thor> Date: Tue, 7 Dec 2010 19:10:11 -0500 (EST) From: "HBase Review Board (JIRA)" To: issues@hbase.apache.org Subject: [jira] Commented: (HBASE-1861) Multi-Family support for bulk upload tools (HFileOutputFormat / loadtable.rb) 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-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969086#action_12969086 ] HBase Review Board commented on HBASE-1861: ------------------------------------------- Message from: "Nicolas" ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://review.cloudera.org/r/1272/ ----------------------------------------------------------- Review request for hbase. Summary ------- support writing to multiple column families for HFileOutputFormat. also, added a max threshold for PutSortReducer because we had some pathological row cases. This addresses bug HBASE-1861. http://issues.apache.org/jira/browse/HBASE-1861 Diffs ----- src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat.java 8ccdf4d src/main/java/org/apache/hadoop/hbase/mapreduce/PutSortReducer.java 5fb3e83 src/test/java/org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat.java c5d56cc Diff: http://review.cloudera.org/r/1272/diff Testing ------- mvn test -Dtest=ThestHFileOutputFormat internal MR testing Thanks, Nicolas > Multi-Family support for bulk upload tools (HFileOutputFormat / loadtable.rb) > ----------------------------------------------------------------------------- > > Key: HBASE-1861 > URL: https://issues.apache.org/jira/browse/HBASE-1861 > Project: HBase > Issue Type: Improvement > Components: mapreduce > Affects Versions: 0.20.0 > Reporter: Jonathan Gray > Assignee: Nicolas Spiegelberg > Fix For: 0.92.0 > > Attachments: HBASE1861-incomplete.patch > > > Add multi-family support to bulk upload tools from HBASE-48. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.