[jira] [Created] (HADOOP-9100) Fix TODO items in FsShell

2012-11-27 Thread Suresh Srinivas (JIRA)
Suresh Srinivas created HADOOP-9100: --- Summary: Fix TODO items in FsShell Key: HADOOP-9100 URL: https://issues.apache.org/jira/browse/HADOOP-9100 Project: Hadoop Common Issue Type: Bug A

[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 h

[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 P

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 e

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-27 Thread Andy Isaacson
If you can configure Eclipse to use a SOCKS5 proxy, then ssh -D may work. -andy On Tue, Nov 27, 2012 at 12:39 PM, yiyu jia wrote: > hi Harsh, > > thank you for helps! I think I was blur yesterday. But, it is partly > misleaded by the comments in HadoopServer.java file > > > * > * This class

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 wrote: > hi Harsh, > > thank you for helps! I think I was blur yesterday. But, it is partly > m

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 * * This class does not create any SSH connection anymore. Tunneling must be * setup outside of Eclipse for now (using Putty or ssh -D * ) * than

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 man

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 certificat

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: 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 m

Re: [VOTE] Hadoop Release 1.1.1

2012-11-27 Thread Matt Foley
Thanks for noticing these, Tom. --Matt On Tue, Nov 27, 2012 at 4:59 AM, Tom White wrote: > +1 Signatures, checksums, license and notice all look correct. Note > that there are some missing license headers in some source files which > should be fixed in the next release - see HADOOP-9098. > > Che

Re: [VOTE] Hadoop Release 1.1.1

2012-11-27 Thread Chris Nauroth
+1 (non-binding) I started a cluster on 3 Ubuntu VMs: 1 * namenode/jobtracker, 2 * datanode/tasktracker. I ran a few jobs and everything worked as expected. Thank you, --Chris On Tue, Nov 27, 2012 at 4:59 AM, Tom White wrote: > +1 Signatures, checksums, license and notice all look correct. No

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

2012-11-27 Thread Luke Lu
Thanks for the heads up Mostafa. I've added commment/questions on the JIRA. The main concern is that now you have to decide what metrics system to use depending on the process is long running or not. Why not just enhance the existing metrics system itself to support on-demand publishing? So that yo

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 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 common-dev@had

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 a

Re: [VOTE] Hadoop Release 1.1.1

2012-11-27 Thread Tom White
+1 Signatures, checksums, license and notice all look correct. Note that there are some missing license headers in some source files which should be fixed in the next release - see HADOOP-9098. Cheers, Tom On Tue, Nov 20, 2012 at 10:07 PM, Matt Foley wrote: > Hello, > Hadoop-1.1.1-rc0 is now ava

[jira] [Created] (HADOOP-9098) Add missing license headers

2012-11-27 Thread Tom White (JIRA)
Tom White created HADOOP-9098: - Summary: Add missing license headers Key: HADOOP-9098 URL: https://issues.apache.org/jira/browse/HADOOP-9098 Project: Hadoop Common Issue Type: Bug Compo

[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 Typ