Closed suvashishtha closed 1 month ago
@liyinan926 any thoughts?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it.
I am using gcr.io/spark-operator/spark:v3.0.0-gcs-prometheus and running my job in GKE cluster. When I upgraded scala 2.12, the job started giving me ClasscastException about version incompatibility between scala versions 2.11 & 2.12 (I do not have exact error as I fixed it already )
To fix it, i had to remove spark-bigquery-latest.jar and add spark-bigquery_2.12-0.19.1.jar to docker image