Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 84382 invoked from network); 9 Sep 2010 21:00:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Sep 2010 21:00:54 -0000 Received: (qmail 16298 invoked by uid 500); 9 Sep 2010 21:00:54 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 16240 invoked by uid 500); 9 Sep 2010 21:00:53 -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 16232 invoked by uid 99); 9 Sep 2010 21:00:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 21:00:53 +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; Thu, 09 Sep 2010 21:00:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o89L0XrB025216 for ; Thu, 9 Sep 2010 21:00:33 GMT Message-ID: <4978884.103041284066033000.JavaMail.jira@thor> Date: Thu, 9 Sep 2010 17:00:32 -0400 (EDT) From: "Benjamin Darfler (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-2056) run job options broken In-Reply-To: <9773853.92171284016653575.JavaMail.jira@thor> 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-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907781#action_12907781 ] Benjamin Darfler commented on MAPREDUCE-2056: --------------------------------------------- Seeing the same issue, I get the following stack trace prompt$ hadoop jar -libjar thirdPartyJar.jar mapreduce.jar input output Exception in thread "main" java.io.IOException: Error opening job jar: -libjar at org.apache.hadoop.util.RunJar.main(RunJar.java:90) Caused by: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(ZipFile.java:114) at java.util.jar.JarFile.(JarFile.java:135) at java.util.jar.JarFile.(JarFile.java:72) at org.apache.hadoop.util.RunJar.main(RunJar.java:88) > run job options broken > ---------------------- > > Key: MAPREDUCE-2056 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2056 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 0.20.2 > Reporter: Ron Bodkin > > HADOOP-1622 was apparently broken in refactoring (I think in the refactoring that removed JobShell) a few releases ago. e.g., running > hadoop -libjars lib.jar main.jar Class > now tries to run -libjars as a library. > It would be nice to fix this regression. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.