winghc / hadoop2x-eclipse-plugin

eclipse plugin for hadoop 2.2.0 , 2.4.1
559 stars 587 forks source link

eclipse err: connot connect to dfs #8

Open renzhengeek opened 10 years ago

renzhengeek commented 10 years ago

after installled plugin,and start eclipse, then to use hdfs, occure err:

An internal error occurred during: "Connecting to DFS MasterNode". java.lang.reflect.InvocationTargetException help~

renzhengeek commented 10 years ago

Maybe this error is related with verison of eclipse, please give me which version with witch you devolepe this plugin.thank!

renzhengeek commented 10 years ago

my enviroment is hadoop-2.2.0, ubuntu 12.04 32bit, eclipse kepler.

And I also tryed the hadoop-eclipse-kepler-plugin-2.2.0.jar.the err still the same. I wonder wether my configuration of "Define the location of a Hadoop". below is my configuration: location name: MasterNode DFS Master: localhost:8020 MapReduce Master: localhost:9001 username:renzhengeek is this right?thanks!

winghc commented 10 years ago

That jar is for x64

Date: Fri, 10 Jan 2014 04:36:30 -0800 From: notifications@github.com To: hadoop2x-eclipse-plugin@noreply.github.com Subject: Re: [hadoop2x-eclipse-plugin] eclipse err: connot connect to dfs (#8)

my enviroment is hadoop-2.2.0, ubuntu 12.04 32bit, eclipse kepler.

And I also tryed the hadoop-eclipse-kepler-plugin-2.2.0.jar.the err still the same.

I wonder wether my configuration of "Define the location of a Hadoop".

below is my configuration:

location name: MasterNode

DFS Master: localhost:8020

MapReduce Master: localhost:9001

username:renzhengeek

is this right?thanks!

¡ª Reply to this email directly or view it on GitHub.

renzhengeek commented 10 years ago

oh thanks a lot. and, how to make a one for x32?

winghc commented 10 years ago

It's better for you to compile the source code against real environment. Date: Mon, 13 Jan 2014 17:11:58 -0800 From: notifications@github.com To: hadoop2x-eclipse-plugin@noreply.github.com CC: winghc@hotmail.com Subject: Re: [hadoop2x-eclipse-plugin] eclipse err: connot connect to dfs (#8)

oh thanks a lot.

and, how to make a one for x32?

¡ª Reply to this email directly or view it on GitHub.

renzhengeek commented 10 years ago

yes, I tryed compiling the source code against real environment. but still with the same problem.