Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 37814 invoked from network); 19 Mar 2008 16:48:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2008 16:48:18 -0000 Received: (qmail 7361 invoked by uid 500); 19 Mar 2008 16:48:13 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 7003 invoked by uid 500); 19 Mar 2008 16:48:12 -0000 Mailing-List: contact core-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-user@hadoop.apache.org Delivered-To: mailing list core-user@hadoop.apache.org Received: (qmail 6994 invoked by uid 99); 19 Mar 2008 16:48:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 09:48:12 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of norbert.burger@gmail.com designates 209.85.142.186 as permitted sender) Received: from [209.85.142.186] (HELO ti-out-0910.google.com) (209.85.142.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 16:47:34 +0000 Received: by ti-out-0910.google.com with SMTP id b8so208347tic.9 for ; Wed, 19 Mar 2008 09:47:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=KH/NrCD6EzGgN04oSQVxbVThgoXeqFupiNb3ZdMJuXk=; b=YLciVXdhwXRQzFAxRxonvQcfN7udXajX+xQTesElyz6uZ/0IFCa1hdccZjQtOURetSyHXXBwfbSRDGdvX/ix8H6mpK3IsCK8d9jCB8WOnEQx93YLIfs3vRbNC9GgfpsrPToSAAQJFQqWC6g5vmmZEObe3/zEcGWh7GkxggTCVyw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=BC14ham+fBNXoUFkNL25yBMvOa9FXXN0sqpw4JnEHiXXNE56Ggf4wLb1mdWp4ZLPfVzhjwUGxPH3JS+4ha+jMRLLFEeQ6lWP1AStygNwdt3jAtUkLbj7liM0IFztb/svnj2I1kJsTHPwoXKIgaUSaEVXj9CzhTM+iy65QDX2ZH0= Received: by 10.150.96.10 with SMTP id t10mr302610ybb.1.1205945262768; Wed, 19 Mar 2008 09:47:42 -0700 (PDT) Received: by 10.150.202.20 with HTTP; Wed, 19 Mar 2008 09:47:42 -0700 (PDT) Message-ID: Date: Wed, 19 Mar 2008 12:47:42 -0400 From: "Norbert Burger" To: core-user@hadoop.apache.org Subject: Hadoop streaming cacheArchive MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16523_24254538.1205945262743" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_16523_24254538.1205945262743 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I'm trying to use the cacheArchive command-line options with the hadoop-0.15.3-streaming.jar. I'm using the option as follows: -cacheArchive hdfs://host:50001/user/root/lib.jar#lib Unfortunately, my PERL scripts fail with an error consistent with not being able to find the 'lib' directory (which, as I understand, should point back to an extracted version of the lib.jar). I know that the original JAR exists in HDFS, but I don't see any evidence of lib.jar or a link called 'lib' inside my job.jar. How can I troubleshoot cacheArchive further? Should the files/dirs specified via cacheArchive be contained inside the job.jar? If not, where should they be in HDFS? Thanks for any help. Norbert ------=_Part_16523_24254538.1205945262743--