Re: git clone hadoop taking too much time almost 12 hrs

2013-04-10 Thread maisnam ns
Thanks moses and Harsh. Harsh , I 've bookmarked your blog, nice info. Regards Niranjan On Thu, Apr 11, 2013 at 12:09 AM, Harsh J wrote: > I once blogged about cloning big repositories after experiencing the > mammoth Android's repos were: > > http://www.harshj.com/2010/08/29/a-less-known-thi

Re: git clone hadoop taking too much time almost 12 hrs

2013-04-10 Thread Harsh J
I once blogged about cloning big repositories after experiencing the mammoth Android's repos were: http://www.harshj.com/2010/08/29/a-less-known-thing-about-cloning-git-repositories/ Try a git clone with a --depth=1 option, to reduce total download by not getting all the history objects. This woul

Re: git clone hadoop taking too much time almost 12 hrs

2013-04-10 Thread mugisha moses
The whole repo is like 290 mb so make sure you have a decent internet connection On Wed, Apr 10, 2013 at 9:03 PM, maisnam ns wrote: > Thanks Andrew for your suggestion,I will clone it from the mirror. > > Regards > Niranjan Singh > > > On Wed, Apr 10, 2013 at 11:04 PM, Andrew Wang >wrote: > >

Re: git clone hadoop taking too much time almost 12 hrs

2013-04-10 Thread maisnam ns
Thanks Andrew for your suggestion,I will clone it from the mirror. Regards Niranjan Singh On Wed, Apr 10, 2013 at 11:04 PM, Andrew Wang wrote: > Hi Niranjan, > > Try doing your initial clone from the github mirror instead, I found it to > be much faster: > > https://github.com/apache/hadoop-com

Re: git clone hadoop taking too much time almost 12 hrs

2013-04-10 Thread Andrew Wang
Hi Niranjan, Try doing your initial clone from the github mirror instead, I found it to be much faster: https://github.com/apache/hadoop-common I use the apache git for subsequent pulls. Best, Andrew On Tue, Apr 9, 2013 at 6:15 PM, maisnam ns wrote: > Hi, > > I am trying to execute - g

git clone hadoop taking too much time almost 12 hrs

2013-04-09 Thread maisnam ns
Hi, I am trying to execute - git clone git:// git.apache.org/hadoop-common.git so that I could setup a development environment for Hadoop under the Eclipse IDE but it is taking too much time. Can somebody let me know why it is taking too much time, I have a high speed internet connection and