Feiner
Cc: Koert Kuipers ; user@spark.apache.org
Subject: Re: Jars directory in Spark 2.0
Spark has never shaded dependencies (in the sense of renaming the classes),
with a couple of exceptions (Guava and Jetty). So that behavior is nothing new.
Spark's dependencies themselves have a l
7720 <+972%2052-819-7720> */* Skype: sidney.feiner.startapp
>
>
>
> [image: StartApp] <http://www.startapp.com/>
>
>
>
> *From:* Koert Kuipers [mailto:ko...@tresata.com]
> *Sent:* Tuesday, January 31, 2017 7:26 PM
> *To:* Sidney Feiner
> *Cc:* user@spark.apache.o
ert Kuipers [mailto:ko...@tresata.com]
Sent: Tuesday, January 31, 2017 7:26 PM
To: Sidney Feiner
Cc: user@spark.apache.org
Subject: Re: Jars directory in Spark 2.0
you basically have to keep your versions of dependencies in line with sparks or
shade your own dependencies.
you cannot just replace
you basically have to keep your versions of dependencies in line with
sparks or shade your own dependencies.
you cannot just replace the jars in sparks jars folder. if you wan to
update them you have to build spark yourself with updated dependencies and
confirm it compiles, passes tests etc.
On T