Re: Building with sbt "impossible to get artifacts when data has not been loaded"

2015-08-27 Thread Jacek Laskowski
On Wed, Aug 26, 2015 at 11:23 PM, Holden Karau wrote: > Has anyone else run into "impossible to get artifacts when data has not been > loaded. IvyNode = org.scala-lang#scala-library;2.10.3" during hive/update > when building with sbt. Working around it is pretty simple (just add it as a > dependen

Re: Building with sbt "impossible to get artifacts when data has not been loaded"

2015-08-26 Thread Josh Rosen
I ran into a similar problem while working on the spark-redshift library and was able to fix it by bumping that library's ScalaTest version. I'm still fighting some mysterious Scala issues while trying to test the spark-csv library against 1.5.0-RC1, so it's possible that a build or dependency chan

Re: Building with sbt "impossible to get artifacts when data has not been loaded"

2015-08-26 Thread Marcelo Vanzin
I ran into the same error (different dependency) earlier today. In my case, the maven pom files and the sbt dependencies had a conflict (different versions of the same artifact) and ivy got confused. Not sure whether that will help in your case or not... On Wed, Aug 26, 2015 at 2:23 PM, Holden Kar