java.io.IOException: wrong value class

2006-09-14 Thread Aaron Wong
Hi, I'm new to hadoop. I was going through the steps on standalone operation under API docs where I encountered the below error. 06/09/15 10:42:12 INFO conf.Configuration: parsing file:/opt/hadoop-0.6.0 /conf/hadoop-site.xml 06/09/15 10:42:12 INFO mapred.MapTask: opened part-0.out 06/09/15

Re: java.io.IOException: wrong value class

2006-09-14 Thread Doug Cutting
This sounds like: http://issues.apache.org/jira/browse/HADOOP-534 A patch should be committed to trunk tomorrow, and a point release will be made shortly thereafter. In the meantime, you could experiment with the 0.5.0 release. Doug Aaron Wong wrote: Hi, I'm new to hadoop. I was going