Re: Spark Docker image with added packages

2024-10-17 Thread Nimrod Ofek
Hi, Thanks all for the replies. I am adding the Spark dev list as well - as I think this might be an issue that needs to be addressed. The options presented here will get the jars - but they don't help us with dependencies conflicts... For example - com.google.cloud.bigdataoss:gcs-connector:hado

Re: [DISCUSS] Migrate or deprecate the Spark Kinesis connector

2024-10-17 Thread Johnson Chen
Hi Juntaek, Thanks for the information. Given that, are we good to close this Jira https://issues.apache.org/jira/browse/SPARK-45720 ? -Junyu On Wed, Oct 16, 2024 at 8:36 PM Jungtaek Lim wrote: > DStream is deprecated in Spark 3.4.0, hence Kinesis connector for DStream > is inheriting the same

Re: Spark Docker image with added packages

2024-10-17 Thread Damien Hawes
Hi, That's on you as the maintainer of the derived image to ensure that your added dependencies do not conflict with Spark's dependencies. Speaking from experience, there are several ways to achieve this: 1. Ensure you're using packages that contain shaded and relocated packages, if possible. 2.

Re: Spark Docker image with added packages

2024-10-17 Thread Ángel
Creating a custom classloader to load classes from those jars? El jue, 17 oct 2024, 19:47, Nimrod Ofek escribió: > > Hi, > > Thanks all for the replies. > > I am adding the Spark dev list as well - as I think this might be an issue > that needs to be addressed. > > The options presented here wil