Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 25284 invoked from network); 2 Jun 2010 00:18:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jun 2010 00:18:09 -0000 Received: (qmail 36081 invoked by uid 500); 2 Jun 2010 00:18:09 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 36042 invoked by uid 500); 2 Jun 2010 00:18:09 -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 36034 invoked by uid 99); 2 Jun 2010 00:18:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 00:18:09 +0000 X-ASF-Spam-Status: No, hits=-1487.4 required=10.0 tests=ALL_TRUSTED,AWL 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, 02 Jun 2010 00:18:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o520HlwD026067 for ; Wed, 2 Jun 2010 00:17:48 GMT Message-ID: <32332610.119121275437867909.JavaMail.jira@thor> Date: Tue, 1 Jun 2010 20:17:47 -0400 (EDT) From: "HBase Review Board (JIRA)" To: issues@hbase.apache.org Subject: [jira] Commented: (HBASE-2588) Add easier way to ship hbase dependencies to MR cluster with job 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-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874329#action_12874329 ] HBase Review Board commented on HBASE-2588: ------------------------------------------- Message from: "Todd Lipcon" ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/111/ ----------------------------------------------------------- Review request for hbase, stack and Lars George. Summary ------- HBASE-2588. Provide a utility function to ship HBase dependency jars to the cluster in classpath Fix for tmpjars thing Unit test for HBASE-2588 This addresses bug HBASE-2588. http://issues.apache.org/jira/browse/HBASE-2588 Diffs ----- src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java b332280 src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java d76c75e src/test/java/org/apache/hadoop/hbase/mapreduce/TestTableMapReduce.java d8b11db Diff: http://review.hbase.org/r/111/diff Testing ------- Been using with importtsv from bulk load for a while. Thanks, Todd > Add easier way to ship hbase dependencies to MR cluster with job > ---------------------------------------------------------------- > > Key: HBASE-2588 > URL: https://issues.apache.org/jira/browse/HBASE-2588 > Project: HBase > Issue Type: New Feature > Components: client, mapreduce > Affects Versions: 0.21.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Attachments: hbase-2588.txt > > > It's a bit of a pain to ship the hbase, ZK, etc jars onto the cluster. This JIRA is to provide a nice programattic way to get these jars into the classpath of the MR child. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.