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 CBF0CE483 for ; Fri, 18 Jan 2013 15:35:19 +0000 (UTC) Received: (qmail 97715 invoked by uid 500); 18 Jan 2013 15:35:15 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 97526 invoked by uid 500); 18 Jan 2013 15:35:14 -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 97519 invoked by uid 99); 18 Jan 2013 15:35:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2013 15:35:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.223.169] (HELO mail-ie0-f169.google.com) (209.85.223.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2013 15:35:10 +0000 Received: by mail-ie0-f169.google.com with SMTP id c14so6422831ieb.14 for ; Fri, 18 Jan 2013 07:34:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=PG17gnjnyoVw3luxkUe5yg2LVC9+o9TQuOIoh/HV7P4=; b=j/7MXOLEpaRl15XdbuQ3XGO3GYuf8QxU5AbDuyfekTXVqts4EnOSQ7E4bLkWW28RRk CtoKXGFVeI/WxF1WBPkWn1C3CLUx2PJFyyCAeaVLmCLE3jDbDwGvqgraYY9MaMQsMMTm QftKvl2YnwvIm0lQlzuqu4g3iKLIuU1JHCi88biT4+Sme6J2r9gmA76jbN8cnGmApPjB MXTp63faNZa5yOOrjT8BwhJq1hhYWdUb90+um8RfEBz2ObeqYLpeMrP7WTcN4P9ad6pB IPuf0qOLk5pzYNBUFz/FxfebW9wrsxiMcroOsgtTBWrCIlGJ5UJb3h6NlaAIs+aqsZya b48g== MIME-Version: 1.0 X-Received: by 10.50.161.130 with SMTP id xs2mr2469425igb.34.1358523287879; Fri, 18 Jan 2013 07:34:47 -0800 (PST) Received: by 10.50.20.162 with HTTP; Fri, 18 Jan 2013 07:34:47 -0800 (PST) Date: Fri, 18 Jan 2013 10:34:47 -0500 Message-ID: Subject: How to unsubcribe from the list (Re: unsubscribe) From: Jean-Marc Spaggiari To: user@hadoop.apache.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkOE0zMPo/rfhYOP19h9xrkd+7sL5tNhOMvhU7PVNl5VR3PtzZ2HwW6WNDC+VFv1U5ZH++h X-Virus-Checked: Checked by ClamAV on apache.org Search on google and clic on the first link ;) https://www.google.ca/search?q=unsubscribe+hadoop+mailing+list 2013/1/18, Cristian Cira : > Please unsubscribe be from this news feed > > Thank you > > Cristian Cira > Graduate Research Assistant > Parallel Architecture and System Laboratory(PASL) > Shelby Center 2105 > Auburn University, AL 36849 > > ________________________________________ > From: yiyu jia [jia.yiyu@gmail.com] > Sent: Friday, January 18, 2013 12:12 AM > To: user@hadoop.apache.org > Subject: run hadoop in standalone mode > > 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 > > >