MVN

ch.cern.sparkmeasure : spark-measure_2.13

Maven & Gradle

May 03, 2023
643 stars

spark-measure · sparkMeasure is a tool for performance troubleshooting of Apache Spark workloads.

<dependency>
    <groupId>ch.cern.sparkmeasure</groupId>
    <artifactId>spark-measure_2.13</artifactId>
    <version>0.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.cern.sparkmeasure : spark-measure_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.23

All Versions

Choose a version of ch.cern.sparkmeasure : spark-measure_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.23
spark-measure_2.13-0.23
0.22
spark-measure_2.13-0.22
0.21
spark-measure_2.13-0.21
0.20
spark-measure_2.13-0.20

How to add a dependency to Maven

Add the following ch.cern.sparkmeasure : spark-measure_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.cern.sparkmeasure : spark-measure_2.13 gradle dependency to your build.gradle file:

implementation 'ch.cern.sparkmeasure:spark-measure_2.13:0.23'

Gradle Kotlin DSL: Add the following ch.cern.sparkmeasure : spark-measure_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.cern.sparkmeasure:spark-measure_2.13:0.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.cern.sparkmeasure : spark-measure_2.13 sbt scala dependency to your build.sbt file:

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