License |
License |
---|---|
Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdfr.ippon.spark.metrics |
ArtifactId | ArtifactIdmetrics-spark-receiver |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionApache Spark Integration for Metrics
A java custom receiver for Apache Spark Streaming which reads a stream of measurements
from an application using the library Metrics of Dropwizard.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/fr.ippon.spark.metrics/metrics-spark-receiver/ -->
<dependency>
<groupId>fr.ippon.spark.metrics</groupId>
<artifactId>metrics-spark-receiver</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.ippon.spark.metrics/metrics-spark-receiver/
implementation 'fr.ippon.spark.metrics:metrics-spark-receiver:1.1'
// https://jarcasting.com/artifacts/fr.ippon.spark.metrics/metrics-spark-receiver/
implementation ("fr.ippon.spark.metrics:metrics-spark-receiver:1.1")
'fr.ippon.spark.metrics:metrics-spark-receiver:jar:1.1'
<dependency org="fr.ippon.spark.metrics" name="metrics-spark-receiver" rev="1.1">
<artifact name="metrics-spark-receiver" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.ippon.spark.metrics', module='metrics-spark-receiver', version='1.1')
)
libraryDependencies += "fr.ippon.spark.metrics" % "metrics-spark-receiver" % "1.1"
[fr.ippon.spark.metrics/metrics-spark-receiver "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-core_2.11 | jar | 1.2.0 |
org.apache.spark : spark-streaming_2.11 | jar | 1.2.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.4.4 |