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 Thu, Mar 26, 2015 at 12:24 PM, Stevo Slavić ssla...@gmail.com wrote:
 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.

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



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.


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 so...@cloudera.com 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 workaround to achieve a desired effect. It's not provided in
 the usual sense.

 On Thu, Mar 26, 2015 at 12:24 PM, Stevo Slavić ssla...@gmail.com wrote:
  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.