3

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 ?

Binary Nerd
  • 13,872
  • 4
  • 42
  • 44
Qinghe Wang
  • 61
  • 2
  • 8

1 Answers1

0

I didn't have write permission to the destination directory. Once I got the permission, it worked fine. Error was deceiving.

Yas
  • 1
  • 2