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 change in Spark might be responsible for this.

On 8/26/15 2:27 PM, Marcelo Vanzin wrote:
> 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 Karau <hol...@pigscanfly.ca> 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
>> dependency), but I'm wondering if its impacting anyone else and I should
>> make a PR for it or if its something funky with my local build setup.
>>
>> --
>> Cell : 425-233-8271
>> Twitter: https://twitter.com/holdenkarau
>> Linked In: https://www.linkedin.com/in/holdenkarau
>
>


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

Reply via email to