|
|
-
Can not access hadoop cluster from outside
Jeff Zhang 2011-05-27, 06:59
Hi all,
I meet a wried problem that I can not access hadoop cluster from outside. I have a client machine, and I can telnet namenode's port 9000 in this client machine , but I can not access the namenode through command "hadoop fs 10.249.68.39:9000 -ls /"
It tells me "Bad connection to FS. command aborted. exception: Call to / 10.249.68.39:9000 failed on local exception: java.io.IOException: Connection reset by peer"
Has anyone meet this problem before ? I guess maybe some network configuration problem, but not sure what's wrong. Thanks
-- Best Regards
Jeff Zhang
-
Re: Can not access hadoop cluster from outside
Harsh J 2011-05-27, 07:06
What is your ${fs.default.name} set to?
On Fri, May 27, 2011 at 12:29 PM, Jeff Zhang <[EMAIL PROTECTED]> wrote: > Hi all, > > I meet a wried problem that I can not access hadoop cluster from outside. I > have a client machine, and I can telnet namenode's port 9000 in this client > machine , but I can not access the namenode through command "hadoop fs > 10.249.68.39:9000 -ls /" > > It tells me "Bad connection to FS. command aborted. exception: Call to / > 10.249.68.39:9000 failed on local exception: java.io.IOException: Connection > reset by peer" > > Has anyone meet this problem before ? I guess maybe some network > configuration problem, but not sure what's wrong. Thanks > > > > -- > Best Regards > > Jeff Zhang >
-- Harsh J
-
Re: Can not access hadoop cluster from outside
Jeff Zhang 2011-05-30, 01:53
It's hdfs://10.249.68.39:9000 On Fri, May 27, 2011 at 3:06 PM, Harsh J <[EMAIL PROTECTED]> wrote:
> What is your ${fs.default.name} set to? > > On Fri, May 27, 2011 at 12:29 PM, Jeff Zhang <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I meet a wried problem that I can not access hadoop cluster from outside. > I > > have a client machine, and I can telnet namenode's port 9000 in this > client > > machine , but I can not access the namenode through command "hadoop fs > > 10.249.68.39:9000 -ls /" > > > > It tells me "Bad connection to FS. command aborted. exception: Call to / > > 10.249.68.39:9000 failed on local exception: java.io.IOException: > Connection > > reset by peer" > > > > Has anyone meet this problem before ? I guess maybe some network > > configuration problem, but not sure what's wrong. Thanks > > > > > > > > -- > > Best Regards > > > > Jeff Zhang > > > > > > -- > Harsh J >
-- Best Regards
Jeff Zhang
-
RE: Can not access hadoop cluster from outside
Tanping Wang 2011-06-02, 17:12
Jeff, I would first double check if port 9000 is your service rpc port. If yes, give a try to,
hadoop fs -fs hdfs://10.249.68.39:9000 -ls /
Regards, Tanping -----Original Message----- From: Jeff Zhang [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 26, 2011 11:59 PM To: [EMAIL PROTECTED] Subject: Can not access hadoop cluster from outside
Hi all,
I meet a wried problem that I can not access hadoop cluster from outside. I have a client machine, and I can telnet namenode's port 9000 in this client machine , but I can not access the namenode through command "hadoop fs 10.249.68.39:9000 -ls /"
It tells me "Bad connection to FS. command aborted. exception: Call to / 10.249.68.39:9000 failed on local exception: java.io.IOException: Connection reset by peer"
Has anyone meet this problem before ? I guess maybe some network configuration problem, but not sure what's wrong. Thanks
-- Best Regards
Jeff Zhang
-
Re: Can not access hadoop cluster from outside
Jeff Zhang 2011-06-03, 01:13
I find the reason. This is because I use different version of hadoop between server side and client. Seems CDH is not compatible with apache release version On Fri, Jun 3, 2011 at 1:12 AM, Tanping Wang <[EMAIL PROTECTED]> wrote:
> Jeff, > I would first double check if port 9000 is your service rpc port. If yes, > give a try to, > > hadoop fs -fs hdfs://10.249.68.39:9000 -ls / > > Regards, > Tanping > -----Original Message----- > From: Jeff Zhang [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 26, 2011 11:59 PM > To: [EMAIL PROTECTED] > Subject: Can not access hadoop cluster from outside > > Hi all, > > I meet a wried problem that I can not access hadoop cluster from outside. I > have a client machine, and I can telnet namenode's port 9000 in this client > machine , but I can not access the namenode through command "hadoop fs > 10.249.68.39:9000 -ls /" > > It tells me "Bad connection to FS. command aborted. exception: Call to / > 10.249.68.39:9000 failed on local exception: java.io.IOException: > Connection > reset by peer" > > Has anyone meet this problem before ? I guess maybe some network > configuration problem, but not sure what's wrong. Thanks > > > > -- > Best Regards > > Jeff Zhang >
-- Best Regards
Jeff Zhang
|
|