Hi, How can I compile and use my own hadoop? I modified some source code of hadoop-0.20.2. Then, I tried to build it with eclipse according to this tutorial "http://wiki.apache.org/hadoop/EclipseEnvironment". It was build successfully. But when I checked the output in ${Hadoop_HOME}/build/eclipse-classes, I am confused about how to use it? I mean how can I start-all and run jobs with my hadoop?
Thanks, Shen