Hi All,

I am using spark in a grails app and have added below maven details.

compile group: 'org.apache.spark', name: 'spark-core_2.10', version: '1.2.0'

It fails with below error:

Resolve error obtaining dependencies: Failed to read artifact descriptor for
org.apache.spark:spark-core_2.10:jar:1.2.0 (Use --stacktrace to see the full
trace)
Error |
Resolve error obtaining dependencies: Failed to read artifact descriptor for
org.apache.spark:spark-core_2.10:jar:1.2.0 (Use --stacktrace to see the full
trace)
Error |
Resolve

However,
compile group: 'org.apache.spark', name: 'spark-core_2.10', version: '1.1.1'
-- Works fine. Any idea what might be going wrong.

Thanks
Lalit



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Spark-core-maven-error-tp20871.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to