xqhxxx opened a new issue, #10881: URL: https://github.com/apache/seatunnel/issues/10881
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened SeaTunnel 2.3.12,Spark 3.3.1,Scala 2.12,YARN Cluster Error reading Scala signature of scala.collection.immutable.package: expected: 5.0 found: 5.2 ### SeaTunnel Version 2.3.12 ### SeaTunnel Config ```conf env { spark.yarn.submit.waitAppCompletion=true spark.executor.instances = 1 spark.executor.cores = 1 spark.executor.memory = "2g" parallelism = 1 job.mode = "BATCH" job.name = "mysql2hive2" } source { jdbc { url = "jdbc:mysql://:3307/dolphinscheduler341", driver = "com.mysql.cj.jdbc.Driver", user = "", password = "", query = "SELECT *,'20260508' as dt from dolphinscheduler341.t_ds_workflow_instance WHERE start_time <'2026-05-08 00:00:00' " } } sink { Hive { table_name = "default.t_ds341_workflow_instance_bak_from_1783" metastore_uri =" overwrite = "true" } } ``` ### Running Command ```shell ./bin/start-seatunnel-spark-3-connector-v2.sh --master yarn --deploy-mode cluster --config ./config/mysql2hive.conf ``` ### Error Exception ```log Error reading Scala signature of scala.collection.immutable.package: expected: 5.0 found: 5.2 ``` ### Zeta or Flink or Spark Version MRS 850, Spark 3.3.1 (Scala 2.12) ### Java or Scala Version openjdk version "1.8.0_452" scala-library-2.12.15 ### Screenshots Temporary solution: 1. Using Client mode can run normally. 2. Manually delete with the command: zip -d seatunnel-spark-3-starter.jar "scala/*". ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
