when i read the book "OReilly.Hadoop.The.Definitive.Guide.pdf", i found many interesting examples, and i want to run them.
this might be done by importing "hadoop-0.18.3-core.jar" and some other "libraries" into my classpath. but i want a long-term solution, i want to know how the developers of hadoop develop this project. it is not organized in an "eclipse project format", so i don't know how to set up a project for this.
I've already used an awkward way to solve this problem, just copy the source folder one by one manually into my eclipse project, and then copy the jars into my eclipse project, this is not a perfect solution because anytime i have made some modification to source code, i need to copy back all these files to hadoop source folder.
so please feel free to contact me if you have a better solution, my email is hdc1112@gmail.com
at present, i just want to run some simple examples which just some internal classes are involed, it's not necessary to re-build the whole hadoop source project.