Re: ipc.Client: Retrying connect to server

2015-04-19 Thread MrAsanjar .
any responsibility. *From:* Brahma Reddy Battula [mailto:brahmareddy.batt...@hotmail.com] *Sent:* 19 April 2015 17:53 *To:* user@hadoop.apache.org *Subject:* RE: ipc.Client: Retrying connect to server Hello Mahmood Naderan, When client is trying to connect to server with configured

RE: ipc.Client: Retrying connect to server

2015-04-19 Thread Mich Talebzadeh
accept any responsibility. From: MrAsanjar . [mailto:afsan...@gmail.com] Sent: 19 April 2015 18:38 To: user@hadoop.apache.org Subject: Re: ipc.Client: Retrying connect to server try adding 127.0.0.1 localhost to /etc/hosts file On Sun, Apr 19, 2015 at 12:09 PM, Mich Talebzadeh m

Re: ipc.Client: Retrying connect to server

2015-04-19 Thread Mahmood Naderan
Hi guys... Thanks for bringing up this thread. I forgot to post here that finally I solved the problem. Here is the tip which may be useful for someone else in the future. You know what? When you run the format command, in the case that it need the confirmation, you have to press 'Y' (capital

RE: ipc.Client: Retrying connect to server

2015-04-19 Thread Brahma Reddy Battula
..Please check the namenode logs ( location : /home/mahmood/bigdatabench/apache/hadoop-1.0.2/libexec/../logs/hadoop-mahmood-namenode-tiger.out/log) Date: Fri, 17 Apr 2015 08:22:12 + From: nt_mahm...@yahoo.com To: user@hadoop.apache.org Subject: ipc.Client: Retrying connect to server Hello,I have

RE: ipc.Client: Retrying connect to server

2015-04-19 Thread Mich Talebzadeh
free, therefore neither Peridale Ltd, its subsidiaries nor their employees accept any responsibility. From: Brahma Reddy Battula [mailto:brahmareddy.batt...@hotmail.com] Sent: 19 April 2015 17:53 To: user@hadoop.apache.org Subject: RE: ipc.Client: Retrying connect to server Hello Mahmood

ipc.Client: Retrying connect to server

2015-04-17 Thread Mahmood Naderan
Hello,I have done all steps (as far as I know) to bring up the hadoop. However, I get the this error 15/04/17 12:45:31 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:54310. Already tried 0 time(s). There are a lot of threads and posts regarding this error and I tried them

Re: Showing INFO ipc.Client: Retrying connect to server once hadoop is upgraded to cdh5.2.0

2014-11-23 Thread Fabio
...@gmail.com wrote: Upgraded my Hadoop cluster (CDH) to cdh5.2.0 But once I run my Job with iteration, It is showing after 1 st iterative Job. |14/11/17 09:29:44 INFO ipc.Client: Retrying connect to server: /xx.xx.xx.xx:. Already tried 0 time(s); retry policy

Showing INFO ipc.Client: Retrying connect to server once hadoop is upgraded to cdh5.2.0

2014-11-17 Thread unmesha sreeveni
Upgraded my Hadoop cluster (CDH) to cdh5.2.0 But once I run my Job with iteration, It is showing after 1 st iterative Job. 14/11/17 09:29:44 INFO ipc.Client: Retrying connect to server: /xx.xx.xx.xx:. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=3

ipc.Client: Retrying connect to server

2014-03-27 Thread Mahmood Naderan
Hi, I don't know what mistake I did that now I get this error   INFO ipc.Client:Retrying connect toserver:localhost/127.0.0.1:54310.Already tried2time(s);retry policy isRetryUpToMaximumCountWithFixedSleep(maxRetries=10,sleepTime=1SECONDS)   INFO ipc.Client:Retrying connect

RE: ipc.Client: Retrying connect to server

2014-03-27 Thread John Lilley
: Thursday, March 27, 2014 5:04 AM To: user@hadoop.apache.org Subject: ipc.Client: Retrying connect to server Hi, I don't know what mistake I did that now I get this error INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:54310. Already tried 2 time(s); retry policy

Re: ipc.Client: Retrying connect to server

2014-03-27 Thread Mahmood Naderan
:::127.0.0.1:54311  :::127.0.0.1:57479  ESTABLISHED $ hadoop dfsadmin -report 14/03/27 17:35:07 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:54310. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS

Re: Error: INFO ipc.Client: Retrying connect to server: /192.168.100.11:8020. Already tried 0 time(s).

2012-11-02 Thread shriparv
This just tells that the service which you are trying to conned is not running on that address or port no. just try netstat -nlrt | grep 8020 and check if it showing something. what i can find out from the error that the server is not running or if it running then its running on some other port

FileSystemCat ipc.Client: Retrying connect to server:

2011-05-22 Thread Yang Xiaoliang
(in); } } } - I run the program as follows: % export HADOOP_CLASSPATH=. % hadoop FileSystem.Cat hdfs://localhost/user/hadoop-user/input/mapred-site.xml and then, what i got was as fllows: ipc.Client: Retrying connect to server: localhost/127.0.0.1:8020

Re: FileSystemCat ipc.Client: Retrying connect to server:

2011-05-22 Thread Ayon Sinha
ipc.Client: Retrying connect to server: Hi All, I am just reading the book *Hadoop: The Definitive Guide *by Tom White, there is an example for the *FileSystem* class in chapter 3, example3-2: -- public class

Re: FileSystemCat ipc.Client: Retrying connect to server:

2011-05-22 Thread Yang Xiaoliang
@hadoop.apache.org Sent: Sunday, May 22, 2011 7:23 AM Subject: FileSystemCat ipc.Client: Retrying connect to server: Hi All, I am just reading the book *Hadoop: The Definitive Guide *by Tom White, there is an example for the *FileSystem* class in chapter 3, example3-2

Re: FileSystemCat ipc.Client: Retrying connect to server:

2011-05-22 Thread Ayon Sinha
. From: Yang Xiaoliang yangxiaoliang2...@gmail.com To: hdfs-user@hadoop.apache.org; Ayon Sinha ayonsi...@yahoo.com Sent: Sunday, May 22, 2011 9:51 AM Subject: Re: FileSystemCat ipc.Client: Retrying connect to server: yes , I sure of that. 2011/5/23, Ayon Sinha ayonsi...@yahoo.com

Error: INFO ipc.Client: Retrying connect to server: /192.168.100.11:8020. Already tried 0 time(s).

2009-10-08 Thread santosh gandham
Hi, I am new to Hadoop. I just configured it based on the documentation. While I was running example program wordcount.java, I am getting errors. When I gave command $ /bin/hadoop dfs -mkdir santhosh , I am getting error as 09/10/08 13:30:12 INFO ipc.Client: Retrying connect to server

Re: Error: INFO ipc.Client: Retrying connect to server: /192.168.100.11:8020. Already tried 0 time(s).

2009-10-08 Thread .ke. sivakumar
was running example program wordcount.java, I am getting errors. When I gave command $ /bin/hadoop dfs -mkdir santhosh , I am getting error as 09/10/08 13:30:12 INFO ipc.Client: Retrying connect to server: / 192.168.100.11:8020. Already tried 0 time(s). 09/10/08 13:30:13 INFO ipc.Client

Re: ipc.Client: Retrying connect to server: localhost/127.0.0.1:50000

2008-05-15 Thread shimon golan
: Hi all, I've set up a standalone hadoop server , and when I run bin/hadoop dfs namenode -format I get the following message ( repeating 10 times ) : ipc.Client: Retrying connect to server: localhost/127.0.0.1:5 My hadoop-site.xml file is as follows : ?xml version

Re: ipc.Client: Retrying connect to server: localhost/127.0.0.1:50000

2008-05-15 Thread Akshar
it again. Akshar On Wed, May 14, 2008 at 9:13 AM, Shimon [EMAIL PROTECTED] wrote: Hi all, I've set up a standalone hadoop server , and when I run bin/hadoop dfs namenode -format I get the following message ( repeating 10 times ) : ipc.Client: Retrying connect

ipc.Client: Retrying connect to server: localhost/127.0.0.1:50000

2008-05-14 Thread Shimon
Hi all, I've set up a standalone hadoop server , and when I run bin/hadoop dfs namenode -format I get the following message ( repeating 10 times ) : ipc.Client: Retrying connect to server: localhost/127.0.0.1:5 My hadoop-site.xml file is as follows : ?xml version=1.0? ?xml-stylesheet

Re: ipc.Client: Retrying connect to server: localhost/127.0.0.1:50000

2008-05-14 Thread Akshar
( repeating 10 times ) : ipc.Client: Retrying connect to server: localhost/127.0.0.1:5 My hadoop-site.xml file is as follows : ?xml version=1.0? ?xml-stylesheet type=text/xsl href=configuration.xsl? configuration property namefs.default.name/name valuelocalhost:5/value