I assume you have set conf/slaves and conf/masters and you have set up
the MR as described in
http://wiki.apache.org/lucene-hadoop/GettingStartedWithHadoop
The think i can suggest is to check which machines are in the cluster
from the browser. Just go to dev030.sctm.com:50030 with a browser. Also
i can suggest to ping dev030.sctm.com to see if it can be resolved to
your machine. Alternatively you can check /etc/hosts to see if all the
addresses you use in conf/masters and conf/slaves are resolvable.
Phantom wrote:
Here is the configuration I am using :
<configuration>
<property>
<name>fs.default.name</name>
<value>dev030.sctm.com:9000</value>
</property>
<property>
<name>dfs.secondary.info.port</name>
<value>10000</value>
</property>
<property>
<name>mapred.job.tracker</name>
<value>dev030.sctm.com:9001</value>
</property>
<property>
<name>dfs.replication</name>
<value>1</value>
</property>
</configuration>
Could you please tell me if anything is amiss ? I am running the
sample on the same machine as the job tracker.
Thanks
Avinash
<deleted>