Skip to content

0.12.1 (2024-10-28)

Features

  • Log detected JDBC dialect while using DBWriter.

Bug Fixes

  • Fix SparkMetricsRecorder failing when receiving SparkListenerTaskEnd without taskMetrics (e.g. executor was killed by OOM). (#313)
  • Call kinit before checking for HDFS active namenode.
  • Wrap kinit with threading.Lock to avoid multithreading issues.
  • Immediately show kinit errors to user, instead of hiding them.
  • Use AttributeError instead of ImportError in module’s __getattr__ method, to make code compliant with Python spec.

Doc only Changes