-
It seems DotnetRunner class does not support spark versions above 3.0.1. Is it possible to disable version checking somehow? i have spark 3.0.2 and looking at the scala source code, it seems the max supported version is 3.0.1. Is there a workaround for this? Or can you guys update this for the latest Spark versions?
Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
imback82
Mar 17, 2021
Replies: 1 comment 10 replies
-
Thank @ali-khawaja for reporting this. Supporting 3.0.2 (#833) will come in the next release. But we will try to make the experience better and introduce a config to disable the check. |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank @ali-khawaja for reporting this. Supporting 3.0.2 (#833) will come in the next release.
But we will try to make the experience better and introduce a config to disable the check.