You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by mohanlal sankaranarayanan <mo...@gmail.com> on 2006/09/25 12:38:04 UTC

java.io.Exception please help me urget

Hi,

While im running WordCount Example in distributed Machines it makes the
folloing err, please help me....

my hadoop-site.xml is

<configuration>
    <property>  <name>fs.default.name</name>  <value>localhost:9000</value>
</property>
    <property>  <name>mapred.job.tracker</name>
<value>localhost:9001</value>  </property>
    <property>  <name>dfs.replication</name>  <value>1</value>  </property>
</configuration>


06/09/25 15:56:21 INFO conf.Configuration: parsing
jar:file:/home/mohanlal/test/hadoop-nightly/hadoop-
nightly.jar!/hadoop-default.xml
06/09/25 15:56:21 INFO conf.Configuration: parsing
jar:file:/home/mohanlal/test/hadoop-nightly/hadoop-
nightly.jar!/mapred-default.xml
06/09/25 15:56:21 INFO ipc.Client:
org.apache.hadoop.io.ObjectWritableConnectionCuller
maxidletime=1000ms: starting
06/09/25 15:56:21 INFO conf.Configuration: parsing
jar:file:/home/mohanlal/test/hadoop-nightly/hadoop-
nightly.jar!/hadoop-default.xml
06/09/25 15:56:22 INFO mapred.JobClient: Running job: job_0001
06/09/25 15:56:23 INFO mapred.JobClient:  map 100% reduce 100%
Exception in thread "main" java.io.IOException: Job failed!
    at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:393)
    at org.apache.hadoop.examples.WordCount.main(WordCount.java:141)

Thanks & Regards
Mohan Lal