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
Describe the bug
We have recently upgrade our spark 3.5.2 image to use scala 2.13. However this cause a compatibility issue comes from datahub's event listener:
Exception in thread "spark-listener-group-shared" java.lang.NoSuchMethodError: 'scala.collection.Seq org.apache.spark.scheduler.SparkListenerJobStart.stageIds()'
at io.openlineage.spark.agent.OpenLineageSparkListener.onJobStart(OpenLineageSparkListener.java:169)
at datahub.spark.DatahubSparkListener.onJobStart(DatahubSparkListener.java:311)
Seems the lineage jar's build.gradle has a lot of hardcoded dependencies use spark jars with scala 2.12:
Describe the bug
We have recently upgrade our spark 3.5.2 image to use scala 2.13. However this cause a compatibility issue comes from datahub's event listener:
Seems the lineage jar's build.gradle has a lot of hardcoded dependencies use spark jars with scala 2.12:
datahub/metadata-integration/java/acryl-spark-lineage/build.gradle
Lines 58 to 67 in 54cccc7
To Reproduce
Steps to reproduce the behavior:
Expected behavior
datahub jar can support scala 2.13
The text was updated successfully, but these errors were encountered: