Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6F4F3D181 for ; Sun, 17 Mar 2013 06:37:46 +0000 (UTC) Received: (qmail 6230 invoked by uid 500); 17 Mar 2013 06:37:41 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 6154 invoked by uid 500); 17 Mar 2013 06:37:41 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 6133 invoked by uid 99); 17 Mar 2013 06:37:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Mar 2013 06:37:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mohitanchlia@gmail.com designates 209.85.192.171 as permitted sender) Received: from [209.85.192.171] (HELO mail-pd0-f171.google.com) (209.85.192.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Mar 2013 06:37:34 +0000 Received: by mail-pd0-f171.google.com with SMTP id 10so547830pdc.16 for ; Sat, 16 Mar 2013 23:37:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:x-mailer:from:subject:date :to; bh=hhlZivFIlXOijE3G1w+CTR2QC2a54uP+f9TqZMZoc8E=; b=zuZX1VdjQxMEx0cxsdtzuEw9sSmBiD0zb4u/YSKTC+sMQc9ioC7y0tfW730PLtNSju YrZc50RrHFdgqVqD39v/NYMYJRI1fw4k4AAfB20X8FVAHwTbKwhMZcpcwKQodBrApoSU D1O0LoBiMD1JXniq91KEkpwgJ8ou7I4xPmQhB5+nyKyzCO9COrW0n3xCqw66EBb9ECZW bEpp8zLbp9Fvg8aUpGzcgcqCyYAUaR1KGSBuUtveUT2hriyE1qZQ3Ts1mRfx4PimOUKE apIqM2j5bmtAHTVUXY3586gSY8tW6AptKuosnopIemhZTOeLXXaqrQ4Ii+keqFZGeUrk LhGA== X-Received: by 10.66.175.142 with SMTP id ca14mr4248078pac.52.1363502233400; Sat, 16 Mar 2013 23:37:13 -0700 (PDT) Received: from [192.168.1.149] (cpe-50-113-71-136.san.res.rr.com. [50.113.71.136]) by mx.google.com with ESMTPS id pb3sm5745423pbc.7.2013.03.16.23.37.11 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 16 Mar 2013 23:37:12 -0700 (PDT) References: <5140AEE0.40300@isb-sib.ch> Mime-Version: 1.0 (1.0) In-Reply-To: <5140AEE0.40300@isb-sib.ch> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: Cc: "user@hadoop.apache.org" X-Mailer: iPhone Mail (10A525) From: Mohit Anchlia Subject: Re: execvp: Permission denied Date: Sat, 16 Mar 2013 23:37:10 -0700 To: "user@hadoop.apache.org" X-Virus-Checked: Checked by ClamAV on apache.org Can you provide some details of Jdk type and version? Sent from my iPhone On Mar 13, 2013, at 9:52 AM, Heinz Stockinger w= rote: > Hello, >=20 > I've set up Hadoop on two machine and would like to test it with a simple t= est job. The setup/program works with single-node setup but not with the dis= tributed environment. I get the following error when I run the simple org.my= org.WordCount program: >=20 > bin/hadoop jar examples/wordcount.jar org.myorg.WordCount input2 output22 >=20 > 13/03/13 17:40:56 WARN mapred.JobClient: Use GenericOptionsParser for pars= ing the arguments. Applications should implement Tool for the same. > 13/03/13 17:40:56 WARN mapred.JobClient: No job jar file set. User classe= s may not be found. See JobConf(Class) or JobConf#setJar(String). > 13/03/13 17:40:56 INFO input.FileInputFormat: Total input paths to process= : 3 > 13/03/13 17:40:56 INFO util.NativeCodeLoader: Loaded the native-hadoop lib= rary > 13/03/13 17:40:56 WARN snappy.LoadSnappy: Snappy native library not loaded= > 13/03/13 17:40:56 INFO mapred.JobClient: Running job: job_201303131649_000= 8 > 13/03/13 17:40:57 INFO mapred.JobClient: map 0% reduce 0% > 13/03/13 17:41:07 INFO mapred.JobClient: Task Id : attempt_201303131649_00= 08_m_000004_0, Status : FAILED > java.lang.Throwable: Child Error > at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:271) > Caused by: java.io.IOException: Task process exit with nonzero status of 1= . > at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:258) >=20 > attempt_201303131649_0008_m_000004_0: execvp: Permission denied >=20 > I'm not sure where the "permission denied" is actually caused. Do you have= any hints? My user can access the HDFS formated space. >=20 > Thanks, > Heinz >=20