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 607E9E6D5 for ; Tue, 5 Mar 2013 19:11:05 +0000 (UTC) Received: (qmail 23287 invoked by uid 500); 5 Mar 2013 19:11:00 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 23045 invoked by uid 500); 5 Mar 2013 19:10:59 -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 23038 invoked by uid 99); 5 Mar 2013 19:10:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 19:10:59 +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 (nike.apache.org: domain of winter2718@gmail.com designates 74.125.83.41 as permitted sender) Received: from [74.125.83.41] (HELO mail-ee0-f41.google.com) (74.125.83.41) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 19:10:54 +0000 Received: by mail-ee0-f41.google.com with SMTP id c13so5082259eek.28 for ; Tue, 05 Mar 2013 11:10:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=folAA77iW4lWbER9ALuB3/2o5aVHy66/wW/xYp1vag0=; b=VR5y9g5jCEn33o9BdSjv2pC8YTmET+ZQWDLSnjOJcJuIJrRrLyH+gaip/gvHnW1Fhy V1UcpVU3GX5PkG7crKFCVwLq2IZZALRTkflyz/a1nP/VueqBY/NVX/odw0DpudcPyTjb nOLxA8Z+1+3H3P4cyHu9JWuprDsKUHYBB8EkRi7trUa3ChZhto8vIcs/4ALt3jxnI0hD egoCARv4t0XHNcWejgnIo+hsGOtGKyxEMfJxaTnlpRad2jiJdLq/yWk9RPS38Vq86FbC n+eGHRdiN9yHPugj1Ko+Mg8AyGQAW+DcaEQcs8G4mVxl74OvWHww7QPlU2Nx+5MBnljZ Ae4Q== MIME-Version: 1.0 X-Received: by 10.14.209.131 with SMTP id s3mr6288710eeo.26.1362510633801; Tue, 05 Mar 2013 11:10:33 -0800 (PST) Received: by 10.14.138.74 with HTTP; Tue, 5 Mar 2013 11:10:33 -0800 (PST) In-Reply-To: References: Date: Tue, 5 Mar 2013 13:10:33 -0600 Message-ID: Subject: Re: How to setup Cloudera Hadoop to run everything on a localhost? From: Morgan Reece To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=047d7b603bce54dc6304d7323a9e X-Virus-Checked: Checked by ClamAV on apache.org --047d7b603bce54dc6304d7323a9e Content-Type: text/plain; charset=ISO-8859-1 Don't use 'localhost' as your host name. For example, if you wanted to use the name 'node'; add another line to your hosts file like: 127.0.1.1 node.domain.local node Then change all the host references in your configuration files to 'node' -- also, don't forget to change the master/slave files as well. Now, if you decide to use an external address it would need to be static. This is easy to do, just follow this guide http://www.howtoforge.com/linux-basics-set-a-static-ip-on-ubuntu and replace '127.0.1.1' with whatever external address you decide on. On Tue, Mar 5, 2013 at 12:59 PM, Suresh Srinivas wrote: > Can you please take this Cloudera mailing list? > > > On Tue, Mar 5, 2013 at 10:33 AM, anton ashanin wrote: > >> I am trying to run all Hadoop servers on a single Ubuntu localhost. All >> ports are open and my /etc/hosts file is >> >> 127.0.0.1 frigate frigate.domain.local localhost >> # The following lines are desirable for IPv6 capable hosts >> ::1 ip6-localhost ip6-loopback >> fe00::0 ip6-localnet >> ff00::0 ip6-mcastprefix >> ff02::1 ip6-allnodes >> ff02::2 ip6-allrouters >> >> When trying to install cluster Cloudera manager fails with the following >> messages: >> >> "Installation failed. Failed to receive heartbeat from agent". >> >> I run my Ubuntu-12.04 host from home connected by WiFi/dialup modem to my >> provider. What configuration is missing? >> >> Thanks! >> > > > > -- > http://hortonworks.com/download/ > --047d7b603bce54dc6304d7323a9e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Don't use 'localhost' as your host name.=A0 For example, if you= wanted to use the name 'node'; add another line to your hosts file= like:

127.0.1.1 node.domain.local node

Then change all the h= ost references in your configuration files to 'node'=A0 -- also, do= n't forget to change the master/slave files as well.

Now, if you decide to use an external address it would need to be stati= c.=A0 This is easy to do, just follow this guide http://www.howtoforge.co= m/linux-basics-set-a-static-ip-on-ubuntu
and replace '127.0.1.1' with whatever external address you decide o= n.

On Tue, Mar 5, 2013 at 12:59 PM, Sures= h Srinivas <suresh@hortonworks.com> wrote:
Can you please take this Cl= oudera mailing list?


On Tue, Mar 5, 2013 at 10:33 AM, anton ashanin <= span dir=3D"ltr"><anton.ashanin@gmail.com> wrote:
I am trying to run all= Hadoop servers on a single Ubuntu localhost. All ports are open and my /et= c/hosts file is

127.0.0.1=A0=A0 frigate frigate.domain.local=A0=A0=A0 localhost
# Th= e following lines are desirable for IPv6 capable hosts
::1=A0=A0=A0=A0 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00:= :0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
When trying to install cluster Cloudera manager fails with the following m= essages:

"Installation failed. Failed to receive heartbeat from agent"= .

I run my Ubuntu-12.04 host from home connected by WiFi/dialup mode= m to my provider. What configuration is missing?

Thanks!



--
http://hortonworks.com/d= ownload/

--047d7b603bce54dc6304d7323a9e--