Re: Anybody know how to configure SSH for eclipse plugin

2012-11-26 Thread yiyu jia
. Tunneling must be * setup outside of Eclipse for now (using Putty or ssh -D<port> * <host>) * On Mon, Nov 26, 2012 at 7: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 l

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 wrote: > In file org.apache.hadoop.eclipse.server.HadoopServer.java (version 1.0.4) > I fi

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-27 Thread yiyu jia
certification files. Anybody can confirm if my suspection is right or wrong? thanks a lot! Yiyu On Tue, Nov 27, 2012 at 9:44 AM, Glen Mazza wrote: > Unsure, perhaps better to ask on the u...@hadoop.apache.org list. > > Glen > > > On 11/26/2012 07:17 PM, yiyu jia wrote: > >> Hi

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-27 Thread yiyu jia
may itself automate the > jar production plus scp and invoke it at the other end - for such > scenarios. > > > On Wed, Nov 28, 2012 at 1:25 AM, yiyu jia wrote: > > > Hi Glen, > > > > Thanks a lot for response! I tried last night by setup ssh tunnel for > &g

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-27 Thread yiyu jia
edition panel. Do you know if the problem from plugin itself or eclipse? thank you! Yiyu On Tue, Nov 27, 2012 at 3:51 PM, Andy Isaacson wrote: > 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

maven setting of version of protocol buffer

2013-01-17 Thread yiyu jia
Hi, I noticed that I always get error message which says there is no Parser.class found in protocbuffer. Aftter checking, I found that is because there is no version info about protocbuff in POM file. So, Maven always try to download old version of protocbuffer though I build the lastest one and i

Re: maven setting of version of protocol buffer

2013-01-17 Thread yiyu jia
xml files, > to prevent exactly this sort of problem. If you have a patch which adds > this, you should post it. It might help someone else. > > cheers, > Colin > > > On Thu, Jan 17, 2013 at 6:34 AM, yiyu jia wrote: > > > Hi, > > > > I noticed that I alwa

Re: Help to setup latest Hadoop source code on Eclipse

2013-02-01 Thread yiyu jia
I followed this link to setup my hadoop development eclipse env. http://wiki.apache.org/hadoop/EclipseEnvironment You may ran into some error messages when you run mvn command. but, it can be easily fixed. However, i do not remember what is the errors. just be patient and read the error message.

Re: Buiding Hadoop code from source

2013-03-01 Thread yiyu jia
I write down my steps of compiling hadoop 1.1 here: http://yiyujia.blogspot.com/2012/10/steps-to-compile-hadoop-on-centos-63.html I basically follow articles on the apache wiki. I just add some steps that not expilicitly mentioned like preparing googel protocolBuffer etc. On Fri, Mar 1, 2013 at