lucacanali / sparkmeasure   0.24

Apache License 2.0 GitHub

This is the development repository for sparkMeasure, a tool and library designed for efficient analysis and troubleshooting of Apache Spark jobs. It focuses on easing the collection and examination of Spark metrics, making it a practical choice for both developers and data engineers.

Scala versions: 2.13 2.12 2.11

spark-measure 0.14


Group ID:
ch.cern.sparkmeasure
Artifact ID:
spark-measure_2.12
Version:
0.14
Release Date:
Jun 3, 2019
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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