Hi guys, Is there a way to enable Spark Lineage de...
# troubleshoot
f
Hi guys, Is there a way to enable Spark Lineage debug log? This setting doesn’t work for me 😞
Copy code
log4j.logger.datahub.spark=DEBUG
log4j.logger.datahub.client.rest=DEBUG
I’ve deployed a spark k8s operator with the latest datahub-spark-lineage jar (0.8.44-2). It has failed to emit metadata to GMS. The error is
Application end event received, but start event missing for appId spark-xxx
. So that why I need to enable the log4j debugging mode.