when I try the Example: WordCount v1.0 from
I got the warns and Exceptions blow:
And I found that when I put some .txt files to the HDFS. I also got the EOFException. Anyone know why ?
when I try the Example: WordCount v1.0 from
I got the warns and Exceptions blow:
And I found that when I put some .txt files to the HDFS. I also got the EOFException. Anyone know why ?
I didn't have write permission to the destination directory. Once I got the permission, it worked fine. Error was deceiving.