Hi guys.
i;m novice of hadoop. i;ve set up a single server setp by the article of get
started from web site.
then i wanna run example with eclipse, i know there is a plugin in folder of
contrib. so i've uesd it.
but there is a prolbem when i've configured the Hadoop location and Host Port.
the eclipse show that Error:faiure to login when i click the icon of elephant
in view of Project Explorer meanwhile the eclipse alert the window in which
show 'Connecting to DFS MyHDFS has encountered a problem'....
hadoop-0.20.203
the Configuration copy from the Pseudo-Distributed Operaton
Configuration
Use the following:
conf/core-site.xml:
<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://localhost:9000</value>
</property>
</configuration>
conf/hdfs-site.xml:
<configuration>
<property>
<name>dfs.replication</name>
<value>1</value>
</property>
</configuration>
conf/mapred-site.xml:
<configuration>
<property>
<name>mapred.job.tracker</name>
<value>localhost:9001</value>
</property>
</configuration>
by the way i've close safe mode
someone could help me...