spark-resources-metrics-plugin_2.13
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.dutrevis</groupId> <artifactId>spark-resources-metrics-plugin_2.13</artifactId> <version>0.1</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.dutrevis</groupId> <artifactId>spark-resources-metrics-plugin_2.13</artifactId> <packaging>jar</packaging> <description> Spark Resource Metrics plugin is an Apache Spark plugin that registers metrics onto the Apache Spark metrics system, that will sink values collected from operational system's resources, aiming to cover metrics that the Spark metrics system do not provide, like the Ganglia monitoring system metrics. </description> <url>https://github.com/dutrevis/spark-resources-metrics-plugin</url> <version>0.1</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>spark-resources-metrics-plugin</name> <organization> <name>io.github.dutrevis</name> <url>https://github.com/dutrevis/spark-resources-metrics-plugin</url> </organization> <scm> <url>https://github.com/dutrevis/spark-resources-metrics-plugins</url> <connection>scm:git:https://github.com/dutrevis/spark-resources-metrics-plugins.git</connection> <developerConnection>scm:git:git@github.com:dutrevis/spark-resources-metrics-plugins.git</developerConnection> </scm> <developers> <developer> <id>dutrevis</id> <name>Eduardo Trevisani</name> <url>https://github.com/dutrevis</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.13</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> <version>4.2.7</version> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.13</artifactId> <version>3.5.0</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-scala_2.13</artifactId> <version>1.17.31</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalamock</groupId> <artifactId>scalamock_2.13</artifactId> <version>5.1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest-funsuite_2.13</artifactId> <version>3.2.17</version> <scope>test</scope> </dependency> </dependencies> </project>