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 9B932D2EA for ; Fri, 18 Jan 2013 07:03:02 +0000 (UTC) Received: (qmail 85830 invoked by uid 500); 18 Jan 2013 07:02:57 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 85518 invoked by uid 500); 18 Jan 2013 07:02:57 -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 85503 invoked by uid 99); 18 Jan 2013 07:02:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2013 07:02:56 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of harsh@cloudera.com designates 209.85.215.48 as permitted sender) Received: from [209.85.215.48] (HELO mail-la0-f48.google.com) (209.85.215.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2013 07:02:48 +0000 Received: by mail-la0-f48.google.com with SMTP id ej20so3468472lab.21 for ; Thu, 17 Jan 2013 23:02:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type:x-gm-message-state; bh=RzPaNG1Lm3uHKUwkrb9J9jV9yYJ7o/lhx3En580vWVw=; b=ZzOwVQFdR9k48c2RdgVnBdi6pzCR+Rj7FdlfAekmE8mlOan68eR+cK23UdwGGcFfQG 0M7w1tQmq2nCKpUv+FqqzT1WerdmB6rjrH1wiMbdMhCgMSpMzf9sQpwmO0FLCG+a0iDm YX1PRZS+avz+JVzk782qzTk1yxByGkb8lStJBdV8GjUaHja75NPkyiGIm8pQNs07OEhC 5QD2NRVreW2qspr+Joj54NNa/SnzzPkYqdrhF27OJoRnZ7NKFNNE4rZe2kpVV7RBKQom fct4wEjlYyzYwE4sK/5SmDVgYsVAeKFm7KKH0YLgFg9+4uhU5MdKW7ZqBFSZ57yQzg2q sjrQ== X-Received: by 10.112.10.71 with SMTP id g7mr3301416lbb.70.1358492548317; Thu, 17 Jan 2013 23:02:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.41.10 with HTTP; Thu, 17 Jan 2013 23:02:08 -0800 (PST) In-Reply-To: References: From: Harsh J Date: Fri, 18 Jan 2013 12:32:08 +0530 Message-ID: Subject: Re: run hadoop in standalone mode To: "" Content-Type: multipart/alternative; boundary=f46d04218489c5c1ab04d38ab166 X-Gm-Message-State: ALoCoQktV7lsO3ftMlZgFlE7Z50y2EiCa+MI6U5rFZoWAaG9j6Tib5rqEFa96/StGnzODlLwc9Is X-Virus-Checked: Checked by ClamAV on apache.org --f46d04218489c5c1ab04d38ab166 Content-Type: text/plain; charset=ISO-8859-1 Note: You are running/asking about a pseudo-distributed mode, not 'standalone' exactly. Standalone does not have a running HDFS and uses the local filesystem for MR execution. On Fri, Jan 18, 2013 at 11:42 AM, yiyu jia wrote: > Hi, > > I tried to run hadoop in standalone mode according to hadoop online > document. But, I get error message as below. I run command "./bin/hadoop > jar hadoop-examples-1.1.1.jar pi 10 100". > > > *13/01/18 01:07:05 INFO ipc.Client: Retrying connect to server: localhost/ > 127.0.0.1:8020. Already tried 9 time(s); retry policy is > RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS) > java.lang.RuntimeException: java.net.ConnectException: Call to localhost/ > 127.0.0.1:8020 failed on connection exception: java.net.ConnectException: > Connection refused > * > > > I disabled ipV6, firewall on my linux machine. But, i still get this error > message. localhost is bound with 127.0.01 . core-site.xml and > mapreduce-site.xml are empty as they are not modified. > > Anybody can give me a hint if I need to do some specific configuration to > run hadoop in standalone mode? > > thanks and regards, > > Yiyu > > -- Harsh J --f46d04218489c5c1ab04d38ab166 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Note: You are running/asking about a pseudo-distributed mo= de, not 'standalone' exactly. Standalone does not have a running HD= FS and uses the local filesystem for MR execution.


On Fri, Jan 18, 2013 at 11:42 AM, yiyu j= ia <jia.yiyu@gmail.com> wrote:
Hi,

I tried to run hadoop in standalone mode according to hadoop onl= ine document. But, I get error message as below. I run command "./bin/= hadoop jar hadoop-examples-1.1.1.jar pi 10 100".


13/01/= 18 01:07:05 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:8020. Already tr= ied 9 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetri= es=3D10, sleepTime=3D1 SECONDS)
java.lang.RuntimeException: java.net.ConnectException: Call to localhost/127.0.0.1:8020 failed= on connection exception: java.net.ConnectException: Connection refused



I disabled ipV6, firewall on my linux machine. But, i still get this error = message. localhost is bound with 127.0.01 . core-site.xml and mapreduce-sit= e.xml are empty as they are not modified.

Anybody can give me a hint= if I need to do some specific configuration to run hadoop in standalone mo= de?

thanks and regards,

Yiyu




--
Harsh J
--f46d04218489c5c1ab04d38ab166--