DanielLeens commented on issue #10881: URL: https://github.com/apache/seatunnel/issues/10881#issuecomment-4932228735
Thanks @xqhxxx, that would be genuinely helpful. PR #11393 is still open and under review. Once a build from that branch is available, testing it against your YARN cluster (Spark 3.3.1 / Scala 2.12) would be the most direct way to confirm the fix — specifically that the embedded `scala/*` classes are excluded from the starter jar so the cluster-side Spark/Scala distribution no longer conflicts. The two most useful things to check after applying the patch: 1. cluster mode submit no longer fails with `expected 5.0 found 5.2` 2. client mode and existing non-cluster workflows still work as before Until the merge happens, the workaround you are using (`zip -d` to strip the embedded `scala/*` directory) remains correct. If anything unexpected comes up during your verification, feel free to update this thread with the logs and we can take it from there. -- 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]
