Skip to content

Releases: dataflint/spark

Version 0.1.7

17 Apr 17:03
Compare
Choose a tag to compare

Apache Iceberg alerts improvements

Add avg file size in read/write

More information when hovering on stage

Version 0.1.6

26 Mar 11:06
Compare
Choose a tag to compare

Apache Iceberg support:

  1. Better node naming
  2. Read metrics and reading small files alerts
  3. Write metrics and overwriting most of table alerts
    Write metrics require enabling an iceberg metric reporter, can be done for you by enabling spark.dataflint.iceberg.autoCatalogDiscovery to true, or setting the iceberg metric reporter manually for each catalog, for example:
    spark.sql.catalog.[catalog name].metrics-reporter-impl org.apache.spark.dataflint.iceberg.DataflintIcebergMetricsReporter

Version 0.1.5

24 Feb 19:48
Compare
Choose a tag to compare
  • Add support for history server with cluster-mode jobs (i.e. with attempt numbet)
  • Fix "wasted cores" calculation
  • Fix status tab SQL is flickering when there is SQL with sub queriers

Version 0.1.4

16 Feb 14:22
Compare
Choose a tag to compare

Small fix for scala 2.13 support

Version 0.1.3

15 Feb 13:27
Compare
Choose a tag to compare

Main Changes:

  1. DataFlint SaaS support
  2. Partition Skew Alert

You can see the full list of changes in the release notes

Version 0.1.2

21 Jan 13:52
Compare
Choose a tag to compare

Main Changes:

  1. Scala 2.13 support
  2. "Core Activity Rate" renamed to "Wasted Cores", new alert for high wasted cores
  3. The ability to disable anonymous telemetries

You can see the full list of changes in the release notes

Version 0.1.1

09 Jan 18:51
Compare
Choose a tag to compare

Version with a new tab - the Resources tab

Changelog can be found here: https://dataflint.gitbook.io/dataflint-for-spark/overview/release-notes#version-0.1.1

Version 0.1.0

25 Dec 12:53
Compare
Choose a tag to compare

First public release of DataFlint!

Changelog can be found here: https://dataflint.gitbook.io/dataflint-for-spark/overview/release-notes#version-0.1.0