I had this error while debugging MapReduce from Eclipse, but it was a red herring. The real problem was that I had to remotely debug by adding debug options to JAVA_OPTS
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=1044
And then create a new remote Java application profile in the debug configuration pointing to port 1044.
This article provides more details on the debugging side of things. He talks about Solra, but works the same with Hadoop. If you have problems write a message below and I will try to help.
JnBrymn Apr 14 '13 at 4:49 am
source share