Type mismatch error
Hi All,I am a beginner of Hadoop. I modified the Inverted Index Code in Yahoo'sTutorial (http://developer.yahoo.com/hadoop/tutorial/module4.html#solution), butI always get errors of "java.io.IOException: Type mismatch in key frommap: expected org.apache.hadoop.io.Text, recievedorg.apache.hadoop.io.LongWritable". Could some people tell me what iswrong in my code? Thanks a…See More