Here's how you can proceed: 1) untar your release to some directory 2) create a new java project in eclipse and associate the source subfolders of the eclipse project and associate that with the hadoop source subdirectory 3) now open up the eclipse ant targets and you should be able to run any of the ant targets from here
Let me know if you need more details. Sent from my iPhone On Aug 11, 2010, at 5:45 AM, Ahmad Shahzad <ashahz...@gmail.com> wrote: > Hi All, > How can i configure hadoop on eclipse for development purpose. I > dont want to download hadoop from trunk and use svn. I have a stable hadoop > 0.20.2 release tar file. I want to use this tar file to set up hadoop on > eclipse and than add/change some files in hadoop and build it using ant in > eclipse. > > Ahmad