lucacanali / sparkmeasure   0.27

Apache License 2.0 GitHub

This repository contains the development code for sparkMeasure, an Apache Spark performance analysis and troubleshooting library. It simplifies collecting, aggregating, and exporting Spark task/stage metrics, and is designed for practical use by developers and data engineers in interactive analysis, testing, and production monitoring workflows.

Scala versions: 2.13 2.12

spark-measure 0.23


Group ID:
ch.cern.sparkmeasure
Artifact ID:
spark-measure_2.12
Version:
0.23
Release Date:
May 3, 2023
Licenses:
Files:
Full Scala Version:
2.12.17
Developers:

libraryDependencies += "ch.cern.sparkmeasure" %% "spark-measure" % "0.23"

Mill build tool

ivy"ch.cern.sparkmeasure::spark-measure:0.23"

Scala CLI

//> using dep "ch.cern.sparkmeasure::spark-measure:0.23"

Ammonite REPL

import $ivy.`ch.cern.sparkmeasure::spark-measure:0.23`

<dependency>
  <groupId>ch.cern.sparkmeasure</groupId>
  <artifactId>spark-measure_2.12</artifactId>
  <version>0.23</version>
</dependency>

compile group: 'ch.cern.sparkmeasure', name: 'spark-measure_2.12', version: '0.23'