Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 12928 invoked from network); 26 Oct 2007 17:41:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2007 17:41:12 -0000 Received: (qmail 35866 invoked by uid 500); 26 Oct 2007 17:40:59 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 35833 invoked by uid 500); 26 Oct 2007 17:40:59 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 35824 invoked by uid 99); 26 Oct 2007 17:40:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 10:40:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 17:41:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B1F1C714240 for ; Fri, 26 Oct 2007 10:40:50 -0700 (PDT) Message-ID: <28384966.1193420450725.JavaMail.jira@brutus> Date: Fri, 26 Oct 2007 10:40:50 -0700 (PDT) From: "lohit vijayarenu (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-2089) Multiple caheArchive does not work in Hadoop streaming In-Reply-To: <12379713.1193079591423.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lohit vijayarenu updated HADOOP-2089: ------------------------------------- Attachment: HADOOP-2089-3.patch Thanks Devaraj. I fixed this and attaching an updated patch. > Multiple caheArchive does not work in Hadoop streaming > ------------------------------------------------------ > > Key: HADOOP-2089 > URL: https://issues.apache.org/jira/browse/HADOOP-2089 > Project: Hadoop > Issue Type: Bug > Components: contrib/streaming > Affects Versions: 0.14.3 > Environment: All > Reporter: Milind Bhandarkar > Assignee: lohit vijayarenu > Priority: Critical > Fix For: 0.16.0 > > Attachments: HADOOP-2089-1.patch, HADOOP-2089-2.patch, HADOOP-2089-3.patch > > > Multiple -cacheArchive options in Hadoop streaming does not work. Here is the stack trace: > Exception in thread "main" java.lang.RuntimeException: > at org.apache.hadoop.streaming.StreamJob.fail(StreamJob.java:528) > at org.apache.hadoop.streaming.StreamJob.exitUsage(StreamJob.java:469) > at org.apache.hadoop.streaming.StreamJob.parseArgv(StreamJob.java:203) > at org.apache.hadoop.streaming.StreamJob.go(StreamJob.java:105) > at org.apache.hadoop.streaming.HadoopStreaming.main(HadoopStreaming.java:33) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.util.RunJar.main(RunJar.java:155) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.