Re: Apache Development Snapshot Repository does not work

2013-02-02 Thread YouPeng Yang
Hi It really can not downloading dependenes from the https:// URLs.Maybe it need to setup available Proxy settings.Yet I can not got the right Proxy URL .so I change to setup mirror settings in maven conf/settings.xml : mirror idibiblio.org/id nameibiblio Mirror of

Re: Apache Development Snapshot Repository does not work

2013-02-01 Thread Ted Yu
Where did you checkout the code from ? You can get latest update in this JIRA: HBASE-7290 Online snapshots Cheers On Fri, Feb 1, 2013 at 8:53 AM, YouPeng Yang yypvsxf19870...@gmail.comwrote: Hi I have got the latest source from Git. when I perform mvn install -DskipTests. it was

Re: Apache Development Snapshot Repository does not work

2013-02-01 Thread Harsh J
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,

Re: Apache Development Snapshot Repository does not work

2013-02-01 Thread YouPeng Yang
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]#