Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-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 B89FB17EBA for ; Thu, 12 Mar 2015 04:55:19 +0000 (UTC) Received: (qmail 43548 invoked by uid 500); 12 Mar 2015 04:55:14 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 43417 invoked by uid 500); 12 Mar 2015 04:55: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 43374 invoked by uid 99); 12 Mar 2015 04:55:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2015 04:55:13 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gotomypc27@gmail.com designates 209.85.216.182 as permitted sender) Received: from [209.85.216.182] (HELO mail-qc0-f182.google.com) (209.85.216.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2015 04:55:09 +0000 Received: by qcvp6 with SMTP id p6so15885298qcv.5 for ; Wed, 11 Mar 2015 21:54:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=igKZBKXW+aPr8JnfUo4OLibDubRJbLkdpggsK61dwY4=; b=mk68VOiwu/t5i+lkf+I+2X2nIcBzOV4Gyq8Ip+4QVxZZTNO4s8JhgOQMM2KoEgRh68 M1xSXFRvPyp0fNMZEgdzub/49toqrBhr3pOLlk00w6PNCiZIRCcEvaFJyRWMDW/h2Cqp wyWspCf00Hp2EsdHBGWZDoqgR+w68WAEZNEA/e8nvC6uj80htRPj1L3mCnjmrC7WtsLM hptQzdWZPziERHdvhvjBCZEDeRLcUmlt6ixA1TsFGjLYL3mai9t+Uw7Qh47ZB2mtvm4M 4wjXKgshhSOS9rk9Vk0mcHRpg0MTcxJMuyBoy9vHldp1mJPzYtbXYLNi8T1dCcadm0lo gz2A== MIME-Version: 1.0 X-Received: by 10.140.109.99 with SMTP id k90mr50428345qgf.35.1426136043441; Wed, 11 Mar 2015 21:54:03 -0700 (PDT) Received: by 10.96.55.10 with HTTP; Wed, 11 Mar 2015 21:54:03 -0700 (PDT) Date: Wed, 11 Mar 2015 21:54:03 -0700 Message-ID: Subject: Cloudera Agent not starting From: Krish Donald To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a1139872e4555dc0511102c2d X-Virus-Checked: Checked by ClamAV on apache.org --001a1139872e4555dc0511102c2d Content-Type: text/plain; charset=UTF-8 Hi, I am trying to setup cluster but getting below error: error: No socket could be created on ('nn1.amazonaws.com', 9000) -- [Errno 99] Cannot assign requested address I checked nothing is running on port 9000 . /etc/hosts file contains 127.0.0.1 localhost.amazonaws localhost ::1 localhost.amazonaws localhost 127.0.0.1 localhost.localdomain localhost 127.0.0.1 localdomain localhost 52.xx.xx.1 nn1.amazonaws.com nn1 52.xx.xx.2 nn2.amazonaws.com nn2 52.xx.xx.3 dn1.amazonaws.com dn1 52.xx.xx.4 dn2.amazonaws.com dn2 52.xx.xx.5 dn3.amazonaws.com dn3 The below script also giving the correct result i.e. correct hostname and ip address. python -c 'import socket; print socket.getfqdn (), socket.gethostbyname (socket.getfqdn ())' Not sure what else to look for. Please guide. Thanks Krish --001a1139872e4555dc0511102c2d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I am trying to setup clu= ster but getting below error:

error: No socket could be crea= ted on ('nn1.amazonaws.com'= ;, 9000) -- [Errno 99] Cannot assign requested address=C2=A0

I checked nothing is running on port 9000 .<= /div>
/etc/hosts file contains

127.0.0.1=C2= =A0=C2=A0 localhost.amazonaws localhost
::1=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 localhost.amazonaws localhost
127.0.0.1=C2=A0=C2= =A0 localhost.localdomain localhost
127.0.0.1=C2=A0=C2=A0 localdomain lo= calhost
52.xx.xx.1 nn1.amazonaws.co= m nn1
52.xx.xx.2=C2=A0 nn2.amaz= onaws.com nn2
52.xx.xx.3 dn1.am= azonaws.com dn1
52.xx.xx.4 dn2.= amazonaws.com dn2
52.xx.xx.5=C2=A0 dn3.amazonaws.com dn3


The b= elow script also giving the correct result i.e. correct hostname and ip add= ress.
python -c 'import socket; print socket.getfqdn (), sock= et.gethostbyname (socket.getfqdn ())'


Not sure what else to look for.

Please guid= e.

Thanks

Krish




--001a1139872e4555dc0511102c2d--