[jira] [Created] (HADOOP-9097) Maven RAT plugin is not checking all source files

2012-11-27 Thread Tom White (JIRA)
Tom White created HADOOP-9097: - Summary: Maven RAT plugin is not checking all source files Key: HADOOP-9097 URL: https://issues.apache.org/jira/browse/HADOOP-9097 Project: Hadoop Common Issue

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: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-27 Thread Roman Shaposhnik
On Sat, Nov 24, 2012 at 12:13 PM, Matt Foley ma...@apache.org wrote: For discussion, please see previous thread [PROPOSAL] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack. Perhaps I'm missing something, but I can't possibly imagine how a vote on a

Re: Refactor MetricsSystemImpl to allow for an on-demand publish system (HADOOP-9090)

2012-11-27 Thread Mostafa Elhemali
Thanks for the feedback Luke. You make a good case - to be honest I shyed away from modifying the default implementation since I figured it's better to leave existing functionality as is, but you're right that being forced to choose an implementation (on-demand vs. periodic) can get annoying. Let

Re: Refactor MetricsSystemImpl to allow for an on-demand publish system (HADOOP-9090)

2012-11-27 Thread Mostafa Elhemali
I've attached an alternative patch to the JIRA with your suggestions - thanks again for the feedback! I think it's much simpler now. On Tue, Nov 27, 2012 at 10:22 AM, Mostafa Elhemali mostafa.elhem...@gmail.com wrote: Thanks for the feedback Luke. You make a good case - to be honest I shyed

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

[jira] [Created] (HADOOP-9099) NetUtils.normalizeHostName fails on domains where UnknownHost resolves to an IP address

2012-11-27 Thread Ivan Mitic (JIRA)
Ivan Mitic created HADOOP-9099: -- Summary: NetUtils.normalizeHostName fails on domains where UnknownHost resolves to an IP address Key: HADOOP-9099 URL: https://issues.apache.org/jira/browse/HADOOP-9099

[jira] [Resolved] (HADOOP-9099) NetUtils.normalizeHostName fails on domains where UnknownHost resolves to an IP address

2012-11-27 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE resolved HADOOP-9099. Resolution: Fixed Fix Version/s: 1-win 1.2.0 I