Hi, On Tue, Nov 9, 2010 at 5:12 AM, Shen LI <geminialex...@gmail.com> wrote: > 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
In the checked-out directory, use ant with the provided build.xml's "tar" target to generate a distributable tar package for yourself; i.e. issue: `ant tar` in the root directory of your MR checkout/clone. It should appear in the build/ directory. "jar" works for creating jars too. -- Harsh J www.harshj.com