cerndb / sparkplugins   0.3

Apache License 2.0 GitHub

Code and examples of how to write and deploy Apache Spark Plugins. Spark plugins allow runnig custom code on the executors as they are initialized. This also allows extending the Spark metrics systems with user-provided monitoring probes.

Scala versions: 2.13 2.12

spark-plugins 0.1


Group ID:
ch.cern.sparkmeasure
Artifact ID:
spark-plugins_2.12
Version:
0.1
Release Date:
Oct 14, 2020
Licenses:
Files:

libraryDependencies += "ch.cern.sparkmeasure" %% "spark-plugins" % "0.1"

Mill build tool

ivy"ch.cern.sparkmeasure::spark-plugins:0.1"

Scala CLI

//> using dep "ch.cern.sparkmeasure::spark-plugins:0.1"

Ammonite REPL

import $ivy.`ch.cern.sparkmeasure::spark-plugins:0.1`

<dependency>
  <groupId>ch.cern.sparkmeasure</groupId>
  <artifactId>spark-plugins_2.12</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'ch.cern.sparkmeasure', name: 'spark-plugins_2.12', version: '0.1'