From common-dev-return-75043-apmail-hadoop-common-dev-archive=hadoop.apache.org@hadoop.apache.org Tue Mar 22 20:03:54 2011 Return-Path: Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: (qmail 13726 invoked from network); 22 Mar 2011 20:03:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2011 20:03:54 -0000 Received: (qmail 70855 invoked by uid 500); 22 Mar 2011 20:03:53 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 70806 invoked by uid 500); 22 Mar 2011 20:03:53 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 70798 invoked by uid 99); 22 Mar 2011 20:03:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 20:03:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 22 Mar 2011 20:03:52 +0000 Received: (qmail 9952 invoked by uid 99); 22 Mar 2011 20:03:31 -0000 Received: from localhost.apache.org (HELO awittena-mn.linkedin.biz) (127.0.0.1) (smtp-auth username aw, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 20:03:31 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: Unable to connect to the url From: Allen Wittenauer In-Reply-To: Date: Tue, 22 Mar 2011 13:03:26 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: X-Mailer: Apple Mail (2.1082) On Mar 17, 2011, at 10:00 PM, James Ram wrote: > Hi, >=20 > I am using a standalone linux machine. Namenode and Datanode are = running. > But when I try to access the UI in my browser its showing "unable to > connect" error. I know its a basic question please help me. I have = given > below the configuration I am using. >=20 > *Core-site.xml* >=20 > > fs.default.name > hdfs://160.110.185.93/ > You really should put a port here. I'm not sure what happens if = you don't...