-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Description
spark vesion 3.3.1
Scala version 2.12.15]
When I tried to use splint agent jar where I downloaded from maven it showed me like this 
So I added this jar as well but it still doesn't work and showed me this 
The command I used was
spark-sql --master yarn
--conf "spark.spline.lineageDispatcher=console"
--conf spark.sql.queryExecutionListeners=za.co.absa.spline.harvester.listener.SplineQueryExecutionListener
--conf spark.sql.query.command="select count(1) from xxx where dt = '2025-09-23'"
--conf spark.spline.producer.factory=za.co.absa.spline.harvester.console.ConsoleLineageProducerFactory
--jars ./spark-3.3-spline-agent-bundle_2.12-1.2.0.jar,./snakeyaml-2.5.jar
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done