Hi Asif, Instead of checking out the code of hadoop/commonm, use code of hadoop/mapreduce. However, this will not have the necessary executables in bin folder. So, you can copy the bin folder from source code of hadoop/common. Once copied, run "ant binary" to create a tarball which can deployed on your cluster.
Hope this helps. -V.V.Chaitanya. On Mon, Apr 19, 2010 at 2:00 PM, Asif Jan <[email protected]> wrote: > > Hi > > I need to build Hadoop installation from the latest source code of > hadoop/common; I checked out the latest source and ran ant target that makes > a distribution tar (ant tar) > > when I try to run the system I get error HDFS not found. > > any idea how I can have a functional system from latest sources > > thanks > > > >
