Re: Anybody know how to configure SSH for eclipse plugin

2012-11-27 Thread Glen Mazza
Unsure, perhaps better to ask on the u...@hadoop.apache.org list. Glen On 11/26/2012 07:17 PM, yiyu jia wrote: Hi, Anybody tell me how to configure SSH for eclipse plugin? I guess eclipse plugin use SSH to connect with Map/Reduce locations. But, I found that it always use my local machine' s

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-27 Thread yiyu jia
Hi Glen, Thanks a lot for response! I tried last night by setup ssh tunnel for certain ports (like 9000 and 9001). Still not successful. My SSH communication among servers are set to be passwordless with certification file. I suspect eclipse plugin does not support SSH with password or

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-27 Thread Harsh J
Hi, The Eclipse plugin communicates directly with the RPC servers of NN, DNs, and JT. It does not, in any way, use SSH to do this. If your machine can't setup a fully functional connection to the cluster, then the Eclipse plugin will currently not work and you have to fall back into doing the

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-27 Thread yiyu jia
hi Harsh, thank you for helps! I think I was blur yesterday. But, it is partly misleaded by the comments in HadoopServer.java file * p * This class does not create any SSH connection anymore. Tunneling must be * setup outside of Eclipse for now (using Putty or ttssh -Dlt;portgt; *

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-27 Thread Harsh J
Interesting, so this used to be present but isn't anymore? In any case, the new project and the members behind it are your best bet for further enhancements. On Wed, Nov 28, 2012 at 2:09 AM, yiyu jia jia.y...@gmail.com wrote: hi Harsh, thank you for helps! I think I was blur yesterday. But,

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-27 Thread yiyu jia
Hi Andy, thank you for info. But we do not need to use SSH if my client has no problem to communicate with NN and TN right? Also, I notice that this eclipse plugin always send my windows account name to access HDFS. it keeps doing same thing even I change the eclipse.plug-inuser.name in teh DFS

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-26 Thread yiyu jia
In file org.apache.hadoop.eclipse.server.HadoopServer.java (version 1.0.4) I find the following comments. Does it mean I can setup a SSH tunnel and eclipse can connect to remove cluster main node? Any help will be appreciated! * p * This class does not create any SSH connection anymore.

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-26 Thread yiyu jia
Hi all, how to make eclipse plugin to support SSH connection that need password (or using certification stored somewhere)? thanks in advance! Yiyu On Mon, Nov 26, 2012 at 9:08 PM, yiyu jia jia.y...@gmail.com wrote: In file org.apache.hadoop.eclipse.server.HadoopServer.java (version 1.0.4)