On Tue, Oct 6, 2015 at 5:57 AM, oggie <gog...@gmail.com> wrote:
> We have a Java app written with spark 1.3.1. That app also uses Jersey 2.9
> client to make external calls.  We see spark 1.4.1 uses Jersey 1.9.

How is this app deployed? If it's run via spark-submit, you could use
"spark.{driver,executor}.userClassPathFirst" to make your app use
jersey 2.9 while letting Spark use the older jersey.

If you're somehow embedding Spark and running everything in the same
classloader, then you have a problem.

-- 
Marcelo

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

Reply via email to