On Fri, Jun 5, 2015 at 5:19 AM, Sean Owen <so...@cloudera.com> wrote:

> - success sanity check *** FAILED ***
>   java.lang.RuntimeException: [download failed:
> org.jboss.netty#netty;3.2.2.Final!netty.jar(bundle), download failed:
> commons-net#commons-net;3.1!commons-net.jar]
>   at
> org.apache.spark.deploy.SparkSubmitUtils$.resolveMavenCoordinates(SparkSubmit.scala:978)
>   at
> org.apache.spark.sql.hive.client.IsolatedClientLoader$$anonfun$3.apply(IsolatedClientLoader.scala:62)
>   ...
>

Aside from the separate thread I started, I see errors like these pretty
often when ivy is trying to download too many dependencies at the same time
(even when just starting sbt, for instance). Seems like it doesn't do
throttling very well. Retrying generally fixes these.

-- 
Marcelo

Reply via email to