Re: How spark depends on Guava

2016-05-26 Thread Steve Loughran
-23 11:48:58, "Todd" <bit1...@163.com<mailto:bit1...@163.com>> wrote: Hi, In the spark code, guava maven dependency scope is provided, my question is, how spark depends on guava during runtime? I looked into the spark-assembly-1.6.1-hadoop2.6.1.jar,

Re: How spark depends on Guava

2016-05-23 Thread Jacek Laskowski
Hi Todd, It's used heavily for thread pool executors for one. Don't know about other uses. Jacek On 23 May 2016 5:49 a.m., "Todd" <bit1...@163.com> wrote: > Hi, > In the spark code, guava maven dependency scope is provided, my question > is, how spark depends on guava

Re:Re: How spark depends on Guava

2016-05-23 Thread Todd
spark-shell local mode and yarn-client mode.Spark code uses guava library,spark should have guava in place during run time. Thanks. At 2016-05-23 11:48:58, "Todd" <bit1...@163.com> wrote: Hi, In the spark code, guava maven dependency scope is provided, my question is, how sp

How spark depends on Guava

2016-05-22 Thread Todd
Hi, In the spark code, guava maven dependency scope is provided, my question is, how spark depends on guava during runtime? I looked into the spark-assembly-1.6.1-hadoop2.6.1.jar,and didn't find class entries like com.google.common.base.Preconditions etc...