Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 599819B14 for ; Fri, 24 Aug 2012 01:41:43 +0000 (UTC) Received: (qmail 91195 invoked by uid 500); 24 Aug 2012 01:41:43 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 91158 invoked by uid 500); 24 Aug 2012 01:41:43 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 91148 invoked by uid 99); 24 Aug 2012 01:41:43 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2012 01:41:43 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8E69F2C0A66 for ; Fri, 24 Aug 2012 01:41:42 +0000 (UTC) Date: Fri, 24 Aug 2012 12:41:42 +1100 (NCT) From: "Robert Kanter (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1212743519.8848.1345772502583.JavaMail.jiratomcat@arcas> In-Reply-To: <1130927656.17224.1341618934970.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (MAPREDUCE-4408) allow jobs to set a JAR that is in the distributed cached 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/MAPREDUCE-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440865#comment-13440865 ] Robert Kanter commented on MAPREDUCE-4408: ------------------------------------------ I pulled the latest changes to trunk on my machine and those tests also fail (without my patch). It looks like it must be one or more of these commits that's causing the failures: {code}HADOOP-4572. Can not access user logs - Jetty is not configured by default to serve aliases/symlinks (ahmed via tucu) Revert HDFS-3837. Fix DataNode.recoverBlock findbugs warning. Ammend previous commit to remove TestFileCreationNamenodeRestart. HDFS-3715. Fix TestFileCreation#testFileCreationNamenodeRestart. Contributed by Andrew Whang{code} https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2768/changes > allow jobs to set a JAR that is in the distributed cached > --------------------------------------------------------- > > Key: MAPREDUCE-4408 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4408 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: mrv1, mrv2 > Affects Versions: 1.0.3, 2.0.0-alpha > Reporter: Alejandro Abdelnur > Assignee: Robert Kanter > Attachments: MAPREDUCE-4408-branch-1.patch, MAPREDUCE-4408.patch > > > Setting a job JAR with JobConf.setJar(String) and Job.setJar(String) assumes that the JAR is local to the client submitting the job, thus it triggers copying the JAR to HDFS and injecting it to the distributed cached. > AFAIK, this is the only way to use uber JARs (JARs with JARs inside) in MR jobs. > For jobs launched by Oozie, all JARs are already in HDFS. In order for Oozie to suport uber JARs (OOZIE-654) there should be a way for specifying as JAR a JAR that is already in HDFS. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira