io.dataflint.spark.SparkDataflint.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spark_2.13 Show documentation
Show all versions of spark_2.13 Show documentation
Open Source Data-Application Performance Monitoring for Apache Spark
The newest version!
package io.dataflint.spark
import org.apache.spark.SparkContext
import org.apache.spark.dataflint.DataflintSparkUILoader
object SparkDataflint {
def install(context: SparkContext): Unit = {
DataflintSparkUILoader.install(context)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy