You have to use common and hdfs from trunk branch now and only mapreduce comes from MR-279 branch.
Something like this: svn co http://svn.apache.org/repos/asf/hadoop/common/trunk/ rm -rf mapreduce svn checkout http://svn.apache.org/repos/asf/hadoop/common/branches/MR-279/mapreduce Note that common is now using mvn to build. Tom On 8/4/11 10:13 AM, "Praveen Sripati" <[email protected]> wrote: > Hi, > > I did get the latest code from > > http://svn.apache.org/repos/asf/hadoop/common/branches/MR-279/ > > and ran the below command for mapreduce build > > mvn clean install assembly:assembly -DskipTests > > to get the following error > > [INFO] yarn-api .......................................... FAILURE [2.565s] > [INFO] yarn-common ....................................... SKIPPED > [INFO] yarn-server-common ................................ SKIPPED > > [ERROR] Failed to execute goal on project yarn-api: Could not resolve > dependencies for project org.apache.hadoop:yarn-api:jar:1.0-SNAPSHOT: The > following artifacts could not be resolved: > org.apache.hadoop:hadoop-common:jar:0.23.0-SNAPSHOT, > org.apache.hadoop:hadoop-annotations:jar:0.23.0-SNAPSHOT, > org.apache.hadoop:hadoop-common:jar:tests:0.23.0-SNAPSHOT, > org.apache.hadoop:hadoop-hdfs:jar:0.23.0-SNAPSHOT: Could not find artifact > org.apache.hadoop:hadoop-common:jar:0.23.0-SNAPSHOT -> [Help 1] > > Can someone please help me out with the build problem? The last time I got > the code from SVN the build was successful, looks like some changes in the > code introduced this problem. > > Thanks, > Praveen
