Hi harsh. I actually prefer to use Eclipse for development,so i checkouted the Hadoop sources from git. * *I did this following the url: http://wiki.apache.org/hadoop/EclipseEnvironment Here are my steps: 1.git clone git://git.apache.org/hadoop-common.git
2.[root@yyp6 hadoop-common]# pwd /opt/hadoop/hadoop-common [root@yyp6hadoop-common]# ls BUILDING.txt hadoop-common-project hadoop-maven-plugins hadoop-tools dev-support hadoop-dist hadoop-minicluster hadoop-yarn-project hadoop-assemblies hadoop-hdfs-project hadoop-project pom.xml hadoop-client hadoop-mapreduce-project hadoop-project-dist [root@yyp6 hadoop-common]#mvn install -DskipTests and then it got stuck when downloading the dependences . is there something wrong, or another good method to bulid the source for development using Eclipse ? thanks regards YouPeng Yang 2013/2/2 Harsh J <[email protected]> > Are you trying to build a specific submodule here, i.e, under what > checked out directory are you running the "mvn install" under? I'd > recommend running it under the root of the checkout (the most parent > pom.xml) first before trying to build a specific sub-module. > > On Fri, Feb 1, 2013 at 10:23 PM, YouPeng Yang <[email protected]> > wrote: > > Hi > > I have got the latest source from Git. > > when I perform mvn install -DskipTests. > > it was stuck when it needed to download some dependences from > > https://repository.apache.org/content/repositories/snapshots. > > > > does it need to set the Maven proxy setttings .I have setup that > acordding > > to the maven guide,it does not work.Maybe the proxy site was change. > > could anybody give me available proxy settings. > > > > > > regards. > > YouPeng Yang > > > > -- > Harsh J >
