Home:ALL Converter>error while trying to run MapReduce job using eclipse Indigo

error while trying to run MapReduce job using eclipse Indigo

Ask Time:2012-02-13T21:27:15         Author:Tariq

Json Formatter

I am trying to run MapReduce jobs using hadoop-eclipse plugin with Eclipse Indigo, but I am getting the following error:

Error: failure to login

While looking for some help, I found there is a problem with Hadoop-0.20.203.0, so I tried Hadoop-0.20.205.0 as the issues are fixed in this version.

I am still facing the same problem. Am I missing something or making a mistake?

Author:Tariq,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/9261352/error-while-trying-to-run-mapreduce-job-using-eclipse-indigo
wanghongsheng :

Sorry for my poor English, as your question has no more detail, I guess that you meet the same problme as me, if so, the following link resolved my problem, pls. pay attention to step \"4\". \n\nhttp://hi.baidu.com/wangyucao1989/blog/item/279cef87c4b37c34c75cc315.html\n\nSorry for that is a page in Chinese. It said the problem is because the file hadoop-eclipse-plugin-0.20.203.0.jar lost 5 files \"commons-configuration-1.6.jar , commons-httpclient-3.0.1.jar , commons-lang-2.4.jar , jackson-core-asl-1.0.1.jar 和 jackson-mapper-asl-1.0.1.jar \". You should:\nExtract the \"hadoop-eclipse-plugin-0.20.203.0.jar\",\nAdd the 5 files into \"hadoop-eclipse-plugin-0.20.203.0\\lib\" , \nModify \"hadoop-eclipse-plugin-0.20.203.0\\META-INF\\MANIFEST.MF\" (modify the Bundle-ClassPath).\nRe 'jar' the package and replace the old \"hadoop-eclipse-plugin-0.20.203.0.jar\".\n\nThe os the page referred is linux, my os is Win7.\n\ngood luck!",
2012-03-23T10:53:21
yy