Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MongoSpark connector #668

Open
mohdmsl opened this issue Apr 26, 2023 · 1 comment
Open

Update MongoSpark connector #668

mohdmsl opened this issue Apr 26, 2023 · 1 comment

Comments

@mohdmsl
Copy link

mohdmsl commented Apr 26, 2023

the mongo spark version is very old

<dependency>
    <groupId>org.mongodb.spark</groupId>
    <artifactId>mongo-spark-connector_${scala.binary.version}</artifactId>
    <version>2.4.1</version>
</dependency>

Please update to lates version which is 10.1.1

I am getting error if I use latest version of mongo-spark-connector. but with older versions its working fine.

So please update the mongo-spark-connector

@wajda
Copy link
Contributor

wajda commented May 11, 2023

Spline agent has to support both Spline 2.11 and 2.12, while mongo-spark-connector ver 10.1.1 only exists for Scala 2.12+
It's possible to solve with reflection, but it's not a quick change. Since upgrading Mongodb connector isn't a priority for the team it'll not be done soon. We appreciate PRs though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants