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

Viewed 6394
1 Answers

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

Related