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
[
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
[
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.
>
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
>
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
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
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
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
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
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
; *
> * 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
>
> 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
<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
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
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
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
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
. 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
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
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
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
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
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
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
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
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
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
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
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
...@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
Hi,
Eclipse plugin doesn't work for Hadoop 0.20.203.0 properly.
Any suggestion?
--
Mohit
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.
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
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
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
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
...@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
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 :)
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
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
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
Hi,
is the eclipse plugin still being developed? I can't find any sources in
trunk anymore.
Regards,
Leen
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
Project Split Issue : Eclipse-Plugin under the Common Project in JIRA but the
code is under the MapReduce project
-
Key: HADOOP-6416
URL: https
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
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
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
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
48 matches
Mail list logo