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 7F15FDA5D for ; Tue, 5 Mar 2013 19:48:24 +0000 (UTC) Received: (qmail 56356 invoked by uid 500); 5 Mar 2013 19:48:19 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 56240 invoked by uid 500); 5 Mar 2013 19:48:19 -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 56231 invoked by uid 99); 5 Mar 2013 19:48:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 19:48:19 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anton.ashanin@gmail.com designates 209.85.128.193 as permitted sender) Received: from [209.85.128.193] (HELO mail-ve0-f193.google.com) (209.85.128.193) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 19:48:14 +0000 Received: by mail-ve0-f193.google.com with SMTP id 15so1009092vea.4 for ; Tue, 05 Mar 2013 11:47:54 -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=P2nT4gfnQVnTQoaRIiNeOrM9ha+id437dr9CXZUevr8=; b=MUhqyFTGVrk8DIZl9RNROJp2bpaQBpXjidLQAOqzb5oTq9OKOQT+sb0Yc2epOtwsxr t6A5Ht3aQUyLq161u/w4gcwXe3bxn67g5IaG6S9ypDFu71jhjnXi7iXxMFjhRZNeQ0qx CA9nc5dHkXUdawcnXk3dDRIPQtTdD5JqDJzYB6qkA03ptcHGVZlvtAJFar3Cs5IU/nnY G7IAez20iubKxjmk5pDJdABHnUJ28ik4L5pQk8W5ps0gLb1KCb26g300PfpRcgtKNavd c9cx/G4bfdPBFoWSZRVF3lDsQyPbHrSyMowJGVM6KK4JL1b11XeCT8F0ra2T6HpGH8bN lSoQ== MIME-Version: 1.0 X-Received: by 10.52.98.5 with SMTP id ee5mr8887149vdb.102.1362512874107; Tue, 05 Mar 2013 11:47:54 -0800 (PST) Received: by 10.220.104.10 with HTTP; Tue, 5 Mar 2013 11:47:54 -0800 (PST) In-Reply-To: References: Date: Tue, 5 Mar 2013 22:47:54 +0300 Message-ID: Subject: Re: How to setup Cloudera Hadoop to run everything on a localhost? From: anton ashanin To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=20cf307f34a6dd286404d732bfa6 X-Virus-Checked: Checked by ClamAV on apache.org --20cf307f34a6dd286404d732bfa6 Content-Type: text/plain; charset=ISO-8859-1 Morgan, Just did exactly as you suggested, my /etc/hosts: 127.0.1.1 node.domain.local node Wiped out, annihilated my previous installation completely and reinstalled everything from scratch. The same problem with CLOUDERA MANAGER (FREE EDITION): "Installation failed. Failed to receive heartbeat from agent" (((( I will try now the the bright idea from Jean, looks promising to me On Tue, Mar 5, 2013 at 10:10 PM, Morgan Reece wrote: > 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/ >> > > --20cf307f34a6dd286404d732bfa6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Morgan,
Just did exactly= as you suggested, my /etc/hosts:
127.0.1.1 node.domain.local node
Wiped out, annihilated my previous installation completely and rein= stalled everything from scratch.
The same problem with CLOUDERA MANAGER (FREE EDITION):
"= ;Installation failed.=A0 Failed to receive heartbeat from agent"
(= (((

I will try now the the=A0 bright idea from Jean, looks pro= mising to me


On Tue, Mar 5, 2013 at 10:10 PM, Morgan = Reece <winter2718@gmail.com> wrote:
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.com/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, Suresh 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!



<= font color=3D"#888888">--
http://hortonworks.com/download/


--20cf307f34a6dd286404d732bfa6--