Re: sbt assembly error

2014-04-16 Thread Azuryy Yu
It is only network issue. you have some network limited access in China. On Thu, Apr 17, 2014 at 2:27 PM, Sean Owen wrote: > The error is "Connection timed out", not 404. The build references > many repos, and only one will contain any given artifact. You are > seeing it fail through trying ma

Re: sbt assembly error

2014-04-16 Thread Sean Owen
The error is "Connection timed out", not 404. The build references many repos, and only one will contain any given artifact. You are seeing it fail through trying many different repos, many of which don't even have the artifact either, but that's not the underlying cause. FWIW I can build the asse

Re: sbt assembly error

2014-04-16 Thread Yiou Li
Hi Sean, It's true that the sbt is trying different links but ALL of them have connections issue (which is actually 404 File not found error) and the build process takes forever connecting different links.. I don't think it's a proxy issue because my other projects (other than spark) builds well

Re: sbt assembly error

2014-04-16 Thread Sean Owen
This is just a red herring. You are seeing the build fail to contact many repos it knows about, including ones that do not have a given artifact. This is almost always a symptom of network connectivity problem, like perhaps a proxy in between, esp. one that breaks HTTPS connections. You may need t

Re: sbt assembly error

2014-04-16 Thread Arpit Tak
Its because , there is no sl4f directory exists there may be they updating it . https://oss.sonatype.org/content/repositories/snapshots/org/ Hard luck try after some time... Regards, Arpit On Thu, Apr 17, 2014 at 12:33 AM, Yiou Li wrote: > Hi all, > > I am trying to build spark a