Raghu,

Are you running your cluster on localhost?
(Meaning are you 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@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 local exception:
java.io.EOFException"

I get the "Can not start master"  error while trying to connect HBase and
Hadoop because of the same exception.


Please let me know what could be wrong with the configuration,

The current config for your reference,

core-site.xml [hadoop conf]
-------------------------------------------------
     <property>
          <name>fs.default.name</name>
          <value>hdfs://localhost:54310</value>
          <description>.</description>
     </property>

hbase-site.xml [HBase conf]
--------------------------------------------
         <property>
<name>hbase.rootdir</name>
<value>hdfs://localhost:54310/hbase</value>
</property>
<property>
                <name>hbase.cluster.distributed</name>
                <value>true</value>
        </property>

Eclispe 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 :)


The information contained in this communication may be CONFIDENTIAL and is 
intended only for the use of the recipient(s) named above.  If you are not the 
intended recipient, you are hereby notified that any dissemination, 
distribution, or copying of this communication, or any of its contents, is 
strictly prohibited.  If you have received this communication in error, please 
notify the sender and delete/destroy the original message and any copy of it 
from your computer or paper files.

Reply via email to