Yes SPARK-5308 should take care of it (I'm using leiningen here). I'll disable checksum verification until this is resolved. Thanks!
On Sat Jan 24 2015 at 1:39:25 PM Sean Owen <[email protected]> wrote: > Weird, because the .md5 and .sha1 files are present in the repo: > > https://repo1.maven.org/maven2/org/apache/spark/spark-core_2.10/1.2.0/ > > I'm actually not sure what that indicates, that some metadata isn't > quite right at Central? > > PS I was just looking at a closely related, but seemingly different, > issue regarding the format of those .md5 and .sha1 files: > https://issues.apache.org/jira/browse/SPARK-5308 > > I wonder if that's actually the root cause somehow. > > On Sat, Jan 24, 2015 at 6:33 PM, Rory Douglas <[email protected]> > wrote: > > I'm unable to pull spark_2.10 v1.2.0 from Maven Central. It fails with a > > checksum validation exception. I noticed someone else experienced the > same > > issue > > (http://apache-spark-user-list.1001560.n3.nabble.com/ > Spark-core-maven-error-tc20871.html). > > > > I'm able to pull 1.1.1 fine. I've also tried blowing away local .m2 > repo to > > ensure that it's not local corruption causing the issue. > > > > Comparing the contents of the Central repo dir between 1.1.1 > > (http://central.maven.org/maven2/org/apache/spark/spark-core_2.10/1.1.1/ > ) > > and 1.2.0 > > (http://central.maven.org/maven2/org/apache/spark/spark-core_2.10/1.2.0/ > ) > > shows there are some *.asc.md5 and *.asc.sha1 files in 1.1.1 that are > > missing in 1.2.0. > > > > This seems to indicate the push of 1.2.0 to Central was > incomplete/corrupted > > or just different somehow. I'd be interested to hear if anyone able to > > successfully pull the latest spark libraries via maven. >
