You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, When I submit seatunnel to my k8s cluster with spark 3.5 version image, I got this exception:
Exception in thread "main" java.lang.AbstractMethodError: Receiver class org.apache.seatunnel.translation.spark.sink.SeaTunnelBatchWrite does not define or inherit an implementation of the resolved method 'boolean useCommitCoordinator()' of interface org.apache.spark.sql.connector.write.BatchWrite.
I manually add useCommitCoordinator() function in SeaTunnelBatchWrite.java and use my modified spark starter jar, but this issue still exists.
Could you help find why this issue comes? Many Thanks!