wForget commented on issue #6703:
URL: https://github.com/apache/kyuubi/issues/6703#issuecomment-2359844540

   @lukaizj Thank you for reporting this issue. This is because the spark 
engine jar and lineage plugin jar are loaded by different classloaders. We can 
use `spark.jars` to specify lineage plugin jar path (outside $SPARK_HOME/jars) 
so that it uses the same classloader as the spark engine jar to avoid this 
issue.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to