Can not access hadoop cluster from outside

2011-05-26 Thread Jeff Zhang
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 "

Re: Can not access hadoop cluster from outside

2011-05-27 Thread Harsh J
What is your ${fs.default.name} set to? On Fri, May 27, 2011 at 12:29 PM, Jeff Zhang 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

Re: Can not access hadoop cluster from outside

2011-05-29 Thread Jeff Zhang
It's hdfs://10.249.68.39:9000 On Fri, May 27, 2011 at 3:06 PM, Harsh J wrote: > What is your ${fs.default.name} set to? > > On Fri, May 27, 2011 at 12:29 PM, Jeff Zhang wrote: > > Hi all, > > > > I meet a wried problem that I can not access hadoop cluster fro

RE: Can not access hadoop cluster from outside

2011-06-02 Thread Tanping Wang
...@hadoop.apache.org 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 "

Re: Can not access hadoop cluster from outside

2011-06-02 Thread Jeff Zhang
If yes, > give a try to, > > hadoop fs -fs hdfs://10.249.68.39:9000 -ls / > > Regards, > Tanping > -Original Message- > From: Jeff Zhang [mailto:zjf...@gmail.com] > Sent: Thursday, May 26, 2011 11:59 PM > To: core-u...@hadoop.apache.org > Subject: Can not ac