-
Notifications
You must be signed in to change notification settings - Fork 12
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
Is it Work with spark 3? #6
Comments
This should work with Spark 3 because DataSourceV1 works with Spark 3. I haven't tried it myself though. |
Hello @abhishekd0907 , I am running this connector on EMR 6.1.0 which has Spark 3.0. While running the stream I am getting the below error. java.util.ServiceConfigurationError: org.apache.spark.sql.sources.DataSourceRegister: Provider org.apache.spark.sql.streaming.sqs.SqsSourceProvider could not be instantiated Seems like the connector is not compatible with Spark 3.0 on EMR. Also, Spark 3.0 is based on scala 2.12 and the connector is build on scala 2.11. Can you provide any highlights on this? Thanks and regards, |
Hey, |
@DipeshV |
@DipeshV |
Hello,
Thank you for this great connector.
Is it work with spark 3?
This connector is only supported by this repository? I found in apache bahir repository too.
The text was updated successfully, but these errors were encountered: