Hello Ravi To create map reduce programs plugin is not mandatory.
Just download Hadoop Create one Java project in Eclipse Add jar files from Home folder of Hadoop ( from share folder in Hadoop 2.x ) to project class path Create new mapper class and Reducer class , Driver class Run it On Thu, May 17, 2012 at 6:48 PM, Ravi Joshi <ravi.josh...@yahoo.com> wrote: > Hi, i recently downloaded and successfully installed hadoop-1.0.1 in my > ubuntu 10.04 LTS. I have hadoop-1.0.1.tar.gz downloaded and now i want > to design map-reduce application. As suggested by some blogs, first we > should install eclipse plugin for hadoop, which is located inside > contrib->eclipse plugin but in my hadoop-1.0.1.tar.gz, inside contrib > directory no eclipse plugin is found. Inside contrib directory only > datajoin, failmon, gridmix, hdfsproxy, hod, index, streaming and vaidya > directories are present. when i looked over src->contrib, i can find > eclipse plugin directory but no jar file. > I haven't work with hadoop > under eclipse before, can somebody please explain me the plugin > installation, so that i can start map-reduce development. > Thanking you. > > -Ravi Joshi