Hadoop Professionals

A Community for Hadoop Users

dachuan huang

how could i setup a hadoop source project?

hi, i am new to this forum.

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.

which tools or IDE should be used? vim? eclipse?

Views: 8

Reply to This

Replies to This Discussion

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
In the code bundle for the book ProHadoop is a full eclipse environment for running with either hadoop 18.3, 19.0 or 19.1.

At present I typically use that and maven for building my production code
where can i find this code bundle?

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.

thank you.

Reply to Discussion

RSS




Groups

© 2012   Created by Jason Venner.

Badges  |  Report an Issue  |  Terms of Service