[jira] [Created] (HADOOP-17926) Maven-eclipse-plugin is no longer needed since Eclipse can import Maven projects by itself.

2021-09-20 Thread Rintaro Ikeda (Jira)
Rintaro Ikeda created HADOOP-17926: -- Summary: Maven-eclipse-plugin is no longer needed since Eclipse can import Maven projects by itself. Key: HADOOP-17926 URL: https://issues.apache.org/jira/browse/HADOOP-17926

[jira] [Resolved] (HADOOP-7382) hadoop 0.20.203.0 Eclipse Plugin does not work with Eclipse

2021-01-21 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-7382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-7382. Resolution: Won't Fix > hadoop 0.20.203.0 Eclipse Plugin does not work with

[jira] [Resolved] (HADOOP-8863) Eclipse plugin may not be working on Juno due to changes in it

2016-10-26 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved HADOOP-8863. - Resolution: Won't Fix Assignee: (was: Harsh J) The eclipse plugin is formally out. >

[jira] [Resolved] (HADOOP-8190) Eclipse plugin fails to access remote cluster

2016-10-17 Thread Andrew Wang (JIRA)
f you intend to work on it. > Eclipse plugin fails to access remote cluster > - > > Key: HADOOP-8190 > URL: https://issues.apache.org/jira/browse/HADOOP-8190 > Project: Hadoop Common >

[jira] [Resolved] (HADOOP-10371) The eclipse-plugin cannot work in my environment

2014-02-27 Thread huangxing (JIRA)
the configuration files, I configed the file core-site.xml like this: fs.default.name hdfs://localhost:9000 So I change it to : fs.default.name hdfs://191.255.255.253:9000 Finally, I set the server's ip as 191.255.255.253 in eclipse,then it works.. > The eclipse-plugin can

[jira] [Created] (HADOOP-10371) The eclipse-plugin cannot work in my environment

2014-02-26 Thread huangxing (JIRA)
huangxing created HADOOP-10371: -- Summary: The eclipse-plugin cannot work in my environment Key: HADOOP-10371 URL: https://issues.apache.org/jira/browse/HADOOP-10371 Project: Hadoop Common

[jira] [Created] (HADOOP-10089) How to build eclipse plugin for hadoop 2.2 or what is the alternative to program hadoop 2.2?

2013-11-09 Thread Asif (JIRA)
Asif created HADOOP-10089: - Summary: How to build eclipse plugin for hadoop 2.2 or what is the alternative to program hadoop 2.2? Key: HADOOP-10089 URL: https://issues.apache.org/jira/browse/HADOOP-10089

[jira] [Created] (HADOOP-9728) Hadoop eclipse plugin reports "fail to login" when accessing the DFS location

2013-07-13 Thread Mingjiang Shi (JIRA)
Mingjiang Shi created HADOOP-9728: - Summary: Hadoop eclipse plugin reports "fail to login" when accessing the DFS location Key: HADOOP-9728 URL: https://issues.apache.org/jira/browse/H

[jira] [Resolved] (HADOOP-8089) cannot submit job from Eclipse plugin running on Windows

2012-12-27 Thread Suresh Srinivas (JIRA)
from a client submitting a job on windows machine. I have verified that the above work arounds solves the issue. Since there are other issue related to RawLocalFileSystem setpermission issues on windows, I am going to resolve this jira. > cannot submit job from Eclipse plu

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-27 Thread Andy Isaacson
; * > * This class does not create any SSH connection anymore. Tunneling must be > * setup outside of Eclipse for now (using Putty or ssh -D<port> > * <host>) > * > > thanks again! > > yiyu > > > On Tue, Nov 27, 2012 at 3:16 PM, Harsh J wrote: &g

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-27 Thread Harsh J
> > yiyu > > > On Tue, Nov 27, 2012 at 3:16 PM, Harsh J wrote: > > > 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

Re: Anybody know how to configure SSH for eclipse plugin

2012-11-27 Thread yiyu jia
<host>) * thanks again! yiyu On Tue, Nov 27, 2012 at 3:16 PM, Harsh J wrote: > 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 co

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 doin

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 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&#x

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

[jira] [Created] (HADOOP-8863) Eclipse plugin may not be working on Juno due to changes in it

2012-09-28 Thread Harsh J (JIRA)
Harsh J created HADOOP-8863: --- Summary: Eclipse plugin may not be working on Juno due to changes in it Key: HADOOP-8863 URL: https://issues.apache.org/jira/browse/HADOOP-8863 Project: Hadoop Common

[jira] [Created] (HADOOP-8190) Eclipse plugin fails to access remote cluster

2012-03-19 Thread Ambud Sharma (Created) (JIRA)
Eclipse plugin fails to access remote cluster - Key: HADOOP-8190 URL: https://issues.apache.org/jira/browse/HADOOP-8190 Project: Hadoop Common Issue Type: Bug Components: contrib/eclipse

[jira] [Created] (HADOOP-8094) Make maven-eclipse-plugin use the spring project nature

2012-02-20 Thread Harsh J (Created) (JIRA)
Make maven-eclipse-plugin use the spring project nature --- Key: HADOOP-8094 URL: https://issues.apache.org/jira/browse/HADOOP-8094 Project: Hadoop Common Issue Type: Improvement

[jira] [Created] (HADOOP-8089) cannot submit job from Eclipse plugin running on Windows

2012-02-17 Thread Weili Shao (Created) (JIRA)
cannot submit job from Eclipse plugin running on Windows Key: HADOOP-8089 URL: https://issues.apache.org/jira/browse/HADOOP-8089 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-7726) eclipse plugin does not build with 0.20.205

2011-10-06 Thread Tim Broberg (Created) (JIRA)
eclipse plugin does not build with 0.20.205 --- Key: HADOOP-7726 URL: https://issues.apache.org/jira/browse/HADOOP-7726 Project: Hadoop Common Issue Type: Bug Components: contrib/eclipse

RE: Maven eclipse plugin issue

2011-09-20 Thread Laxman
Thanks Bobby and Alejandro for your inputs. > > Please open a JIRA to follow up with this. Note that is not only in > common > > that code is generated, but in mapreduce as well. And there are > different > > things being generated, avro, protobuf, etc. Filed a new JIRA for this issue https://iss

Re: Maven eclipse plugin issue

2011-09-20 Thread Robert Evans
Sorry that was a different page I looked at before going to the JIRA. It said that we can manually add in the target/generated-test-source/java directory as a source directory with something like target/generated-test-source/java/**/*.java I have no idea if it will work, but it looked cleaner t

Re: Maven eclipse plugin issue

2011-09-20 Thread Alejandro Abdelnur
Bobby, What is the POM change you are referring to? Thanks. Alejandro On Tue, Sep 20, 2011 at 7:00 AM, Robert Evans wrote: > This is a known issue with the eclipse maven mojo > > http://jira.codehaus.org/browse/MECLIPSE-37 > > The JIRA also describes a workaround, add the generated tests dir

Re: Maven eclipse plugin issue

2011-09-20 Thread Robert Evans
This is a known issue with the eclipse maven mojo http://jira.codehaus.org/browse/MECLIPSE-37 The JIRA also describes a workaround, add the generated tests directory in the eclipse config with a pom change, which I think would be better then trying to move the phase where test code is generate

Re: Maven eclipse plugin issue

2011-09-20 Thread Alejandro Abdelnur
Laxman, This is not an incorrect usage of maven phases, those generated Java classes are test classes, thus is generation in the 'generate-test-sources' phase. The problem seem to be that eclipse does not recognize the target/generated-test-source/java directory as a source directory (for example

Maven eclipse plugin issue

2011-09-20 Thread Laxman
Hi All, I can see lot of compilation issues after setting up my development environment using "mvn eclipse:eclipse". All these compilation issues are resolved after adding "target/generated-test-sources" as a source folder to the common project. When verified the "pom.xml", it's noticed th

RE: Eclipse plugin

2011-06-23 Thread Rottinghuis, Joep
...@gmail.com] Sent: Thursday, June 23, 2011 2:35 AM To: common-dev@hadoop.apache.org Subject: Eclipse plugin Hi, Eclipse plugin doesn't work for Hadoop 0.20.203.0 properly. Any suggestion? -- Mohit

Eclipse plugin

2011-06-23 Thread Mohit Srivastava
Hi, Eclipse plugin doesn't work for Hadoop 0.20.203.0 properly. Any suggestion? -- Mohit

Re: Hadoop Eclipse plugin 0.20.203.0 doesn't work

2011-06-22 Thread Jack Ye
can anyone help me? 叶达峰 编写: >Hi, > > I am a freshman on Hadoop. Today, I spent the whole night trying to set up a > development environment for Hadoop. I encounter several problems, first is > that the eclipse can't load the plugin, I changed to another version, this > problem was resolved.

RE: Hadoop Eclipse plugin 0.20.203.0 doesn't work

2011-06-22 Thread 叶达峰
Oh, forgot to mention that the version I use is 0.20.203.0. -Original Message- From: 叶达峰 [mailto:kobe082...@qq.com] Sent: 2011年6月23日 0:29 To: common-dev Subject: Hadoop Eclipse plugin 0.20.203.0 doesn't work Hi, I am a freshman on Hadoop. Today, I spent the whole night trying t

Hadoop Eclipse plugin 0.20.203.0 doesn't work

2011-06-22 Thread 叶达峰
Hi, I am a freshman on Hadoop. Today, I spent the whole night trying to set up a development environment for Hadoop. I encounter several problems, first is that the eclipse can't load the plugin, I changed to another version, this problem was resolved. But now, I have one more difficult

[jira] [Created] (HADOOP-7382) hadoop 0.20.203.0 Eclipse Plugin does not work with Eclipse

2011-06-10 Thread shanlin (JIRA)
hadoop 0.20.203.0 Eclipse Plugin does not work with Eclipse --- Key: HADOOP-7382 URL: https://issues.apache.org/jira/browse/HADOOP-7382 Project: Hadoop Common Issue Type: Bug

Re: Hadoop - Eclipse Plugin Error

2011-01-21 Thread Srinivas Pinisetti
running a pseudo cluster on the same machine as your > eclipse session? ) > > HTH > -Mike > > > > -Original Message- > From: Raghu R [mailto:raghu@gmail.com] > Sent: Tuesday, January 18, 2011 11:56 AM > To: common-u...@hadoop.apache.org; common-dev@had

RE: Hadoop - Eclipse Plugin Error

2011-01-18 Thread Segel, Mike
...@hadoop.apache.org; common-dev@hadoop.apache.org Subject: Hadoop - Eclipse Plugin Error Hi Hadoopers, I am trying to connect hadoop from eclipse to run MapReduce jobs. I am getting the following error while connecting to the DFS Locations in eclipse, "Error: Call to localhost/127.0.0.1:54310 failed on

Hadoop - Eclipse Plugin Error

2011-01-18 Thread Raghu R
clispe Configuration: -- DFS Master Host: localhost Port: 54310 Hadoop Version: 0.21.0 HBase Version: 0.20.6 Eclipse Plugin: hadoop-eclipse-plugin-0.20.3-SNAPSHOT.jar Regards, Raghu :)

Re: Eclipse plugin

2010-01-15 Thread Stephen Watt
Sorry, left out the link to the patch - https://issues.apache.org/jira/browse/MAPREDUCE-1262 Steve From: Stephen Watt/Austin/IBM To: common-dev@hadoop.apache.org Date: 01/15/2010 01:26 PM Subject: Re: Eclipse plugin Hi Leen/Philip There is an open issue with Hudson using an old version of

Re: Eclipse plugin

2010-01-15 Thread Stephen Watt
ards Steve Watt From: Philip Zeyliger To: common-dev@hadoop.apache.org Cc: hadoop-...@lucene.apache.org Date: 01/15/2010 09:50 AM Subject: Re: Eclipse plugin It ended up in the MapReduce component after the project split. See http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/src/contrib/ecli

Re: Eclipse plugin

2010-01-15 Thread Philip Zeyliger
It ended up in the MapReduce component after the project split. See http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/src/contrib/eclipse-plugin/ . -- Philip On Fri, Jan 15, 2010 at 5:42 AM, Leen Toelen wrote: > Hi, > > is the eclipse plugin still being developed? I can't find

Eclipse plugin

2010-01-15 Thread Leen Toelen
Hi, is the eclipse plugin still being developed? I can't find any sources in trunk anymore. Regards, Leen

Error in hadoop-0.19.2 eclipse plugin

2009-12-21 Thread Cao Kang
Hi, I am fairly new to hadoop. But I tried to configure the hadoop-0.19.2 eclipse plugin according to the instructions here: http://developer.yahoo.com/hadoop/tutorial/module3.html#eclipse. I got an error message when I tried to connect to server in eclipse: Error: Call to localhost/127.0.0.1;9000

[jira] Created: (HADOOP-6416) Project Split Issue : Eclipse-Plugin under the Common Project in JIRA but the code is under the MapReduce project

2009-12-07 Thread Stephen Watt (JIRA)
Project Split Issue : Eclipse-Plugin under the Common Project in JIRA but the code is under the MapReduce project - Key: HADOOP-6416 URL: https

Re: Patch Failing because src/contrib/eclipse-plugin does not exist in trunk

2009-12-04 Thread Stephen Watt
Thanks Tom. Part of what leads to the confusion is that in JIRA, the Common project still claims the eclipse-plugin component as its own. See - http://issues.apache.org/jira/browse/HADOOP Kind regards Steve Watt From: Tom White To: common-dev Date: 12/03/2009 11:36 PM Subject: Re: Patch

Re: Patch Failing because src/contrib/eclipse-plugin does not exist in trunk

2009-12-03 Thread Tom White
Hi Steve, Since the project split the eclipse-plugin module is now in MapReduce. I think Chris has changed the issue to be a MAPREDUCE issue in JIRA, so if you run it through Hudson again it should be applied to the MapReduce tree. Cheers, Tom On Wed, Dec 2, 2009 at 10:20 AM, Stephen Watt

Patch Failing because src/contrib/eclipse-plugin does not exist in trunk

2009-12-02 Thread Stephen Watt
Hi Folks I am trying to apply the patch I have attached at https://issues.apache.org/jira/browse/HADOOP-6360 to check-in the fix for the eclipse-plugin. I have followed all the steps on http://wiki.apache.org/hadoop/HowToContribute and have run apply-patch against trunk locally and therefore

[jira] Created: (HADOOP-6360) Eclipse Plugin does not build for Hadoop 0.20.1

2009-11-03 Thread Stephen Watt (JIRA)
Eclipse Plugin does not build for Hadoop 0.20.1 --- Key: HADOOP-6360 URL: https://issues.apache.org/jira/browse/HADOOP-6360 Project: Hadoop Common Issue Type: Bug Components: contrib