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.12


Group ID:
ch.cern.sparkmeasure
Artifact ID:
spark-measure_2.11
Version:
0.12
Release Date:
Jul 27, 2018
Licenses:
Files:
Full Scala Version:
2.11.12
Developers:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>ch.cern.sparkmeasure</groupId>
  <artifactId>spark-measure_2.11</artifactId>
  <version>0.12</version>
</dependency>

compile group: 'ch.cern.sparkmeasure', name: 'spark-measure_2.11', version: '0.12'