Re: Spark-core and guava

2015-03-26 Thread Stevo Slavić
Thanks for heads up Sean! On Mar 26, 2015 1:30 PM, "Sean Owen" wrote: > This is a long and complicated story. In short, Spark shades Guava 14 > except for a few classes that were accidentally used in a public API > (Optional and a few more it depends on). So "provided" is more of a > Maven workar

Re: Spark-core and guava

2015-03-26 Thread Sean Owen
This is a long and complicated story. In short, Spark shades Guava 14 except for a few classes that were accidentally used in a public API (Optional and a few more it depends on). So "provided" is more of a Maven workaround to achieve a desired effect. It's not "provided" in the usual sense. On Th

Spark-core and guava

2015-03-26 Thread Stevo Slavić
Hello Apache Spark community, spark-core 1.3.0 has guava 14.0.1 as provided dependency (see http://repo1.maven.org/maven2/org/apache/spark/spark-core_2.10/1.3.0/spark-core_2.10-1.3.0.pom ) What is supposed to provide guava, and that specific version? Kind regards, Stevo Slavic.