License |
License |
---|---|
GroupId | GroupIdch.cern.sparkmeasure |
ArtifactId | ArtifactIdspark-plugins_2.12 |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptionspark-plugins
SparkPlugins provides code and examples of Apache Spark Plugin extensions to the metrics system applied to measuring I/O from cloud Filesystems, OS/system metrics and custom metrics.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spark-plugins_2.12-0.1.pom | |
spark-plugins_2.12-0.1.jar | 89 KB |
spark-plugins_2.12-0.1-sources.jar | 17 KB |
spark-plugins_2.12-0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.cern.sparkmeasure/spark-plugins_2.12/ -->
<dependency>
<groupId>ch.cern.sparkmeasure</groupId>
<artifactId>spark-plugins_2.12</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.sparkmeasure/spark-plugins_2.12/
implementation 'ch.cern.sparkmeasure:spark-plugins_2.12:0.1'
// https://jarcasting.com/artifacts/ch.cern.sparkmeasure/spark-plugins_2.12/
implementation ("ch.cern.sparkmeasure:spark-plugins_2.12:0.1")
'ch.cern.sparkmeasure:spark-plugins_2.12:jar:0.1'
<dependency org="ch.cern.sparkmeasure" name="spark-plugins_2.12" rev="0.1">
<artifact name="spark-plugins_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.sparkmeasure', module='spark-plugins_2.12', version='0.1')
)
libraryDependencies += "ch.cern.sparkmeasure" % "spark-plugins_2.12" % "0.1"
[ch.cern.sparkmeasure/spark-plugins_2.12 "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.10 |
io.dropwizard.metrics : metrics-core | jar | 4.1.1 |
org.apache.hadoop : hadoop-common | jar | 3.2.0 |
org.apache.spark : spark-core_2.12 | jar | 3.0.1 |