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 BCC30FEA3 for ; Wed, 20 Mar 2013 00:25:16 +0000 (UTC) Received: (qmail 86613 invoked by uid 500); 20 Mar 2013 00:25:16 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 86578 invoked by uid 500); 20 Mar 2013 00:25:16 -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 86569 invoked by uid 99); 20 Mar 2013 00:25:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Mar 2013 00:25:16 +0000 Date: Wed, 20 Mar 2013 00:25:16 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8140) TableMapReduceUtils#addDependencyJar fails when nested inside another MR 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-8140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13607090#comment-13607090 ] Hudson commented on HBASE-8140: ------------------------------- Integrated in hbase-0.95 #88 (See [https://builds.apache.org/job/hbase-0.95/88/]) HBASE-8140 TableMapReduceUtils#addDependencyJar fails when nested inside another MR job -- ADDENDUM (Revision 1458544) HBASE-8140 TableMapReduceUtils#addDependencyJar fails when nested inside another MR job (Revision 1458532) Result = FAILURE stack : Files : * /hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/hadoopbackport/TestJarFinder.java stack : Files : * /hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java * /hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/hadoopbackport * /hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/hadoopbackport/JarFinder.java * /hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/hadoopbackport * /hbase/branches/0.95/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/hadoopbackport/TestJarFinder.java > TableMapReduceUtils#addDependencyJar fails when nested inside another MR job > ---------------------------------------------------------------------------- > > Key: HBASE-8140 > URL: https://issues.apache.org/jira/browse/HBASE-8140 > Project: HBase > Issue Type: Bug > Components: mapreduce > Reporter: Nick Dimiduk > Assignee: Nick Dimiduk > Fix For: 0.95.0, 0.98.0, 0.94.7 > > Attachments: 0001-HBASE-8140-addendum-add-test-category.patch, 8140-port-jarfinder-0.94.patch, 8140-port-jarfinder-trunk.patch > > > TableMapReduceUtils#addDependencyJar is used when configuring a mapreduce job to make sure dependencies of the job are shipped to the cluster. The code depends on finding an actual jar file containing the necessary classes. This is not always the case, for instance, when run at the end of another mapreduce job. In that case, dependency jars have already been shipped to the cluster and expanded in the parent job's run folder. Those dependencies are there, just not available as jars. -- 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