'Hadoop MapReduce :java.io.EOFException: Premature EOF: no length prefix available

when I try the Example: WordCount v1.0 from

http://hadoop.apache.org/docs/r2.7.4/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html#Example:_WordCount_v1.0

I got the warns and Exceptions blow:

enter image description here

And I found that when I put some .txt files to the HDFS. I also got the EOFException. Anyone know why ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source