Scripts are broken. The hadoop-config.sh creates the classpath from jars in build/ivy/lib/Hadoop/. This ivy jar path is now changed in the subprojects as follows: common has jars in build/ivy/lib/Hadoop-Core/ hdfs has jars in build/ivy/lib/Hadoop-Hdfs/ mapreduce has jars in build/ivy/lib/Hadoop/ Either we use same path across all subprojects or change the hadoop-config.sh to look for all three.
Also scripts are only available in common. Should we make an external link in hdfs and mapreduce for "bin" folder pointing to "common/trunk/bin" for now ? Eventually we will have to move the individual scripts to respective projects and point to the dependencies using environment variables for home directories of common, hdfs and mapreduce. - Sharad Owen O'Malley wrote: > > All, > I have moved the repositories to their new locations. They are: > > https://svn.apache.org/repos/asf/hadoop/common/trunk > https://svn.apache.org/repos/asf/hadoop/hdfs/trunk > https://svn.apache.org/repos/asf/hadoop/mapreduce/trunk > > Please try them out and report back any problems. > > -- Owen