From 4deaa30c8d7f51987201e99ce2f3bf9cc5a97d18 Mon Sep 17 00:00:00 2001 From: Sarah Witt Date: Thu, 16 Sep 2021 09:53:16 -0400 Subject: [PATCH] [HUDI-2404] Add metrics-jmx to spark and flink bundles (#3632) --- packaging/hudi-flink-bundle/pom.xml | 1 + packaging/hudi-spark-bundle/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/packaging/hudi-flink-bundle/pom.xml b/packaging/hudi-flink-bundle/pom.xml index fea884927..380199e6b 100644 --- a/packaging/hudi-flink-bundle/pom.xml +++ b/packaging/hudi-flink-bundle/pom.xml @@ -110,6 +110,7 @@ com.twitter:bijection-core_${scala.binary.version} io.dropwizard.metrics:metrics-core io.dropwizard.metrics:metrics-graphite + io.dropwizard.metrics:metrics-jmx io.prometheus:simpleclient io.prometheus:simpleclient_httpserver io.prometheus:simpleclient_dropwizard diff --git a/packaging/hudi-spark-bundle/pom.xml b/packaging/hudi-spark-bundle/pom.xml index fce529dcc..4adc003c6 100644 --- a/packaging/hudi-spark-bundle/pom.xml +++ b/packaging/hudi-spark-bundle/pom.xml @@ -91,6 +91,7 @@ com.twitter:bijection-core_${scala.binary.version} io.dropwizard.metrics:metrics-core io.dropwizard.metrics:metrics-graphite + io.dropwizard.metrics:metrics-jmx io.prometheus:simpleclient io.prometheus:simpleclient_httpserver io.prometheus:simpleclient_dropwizard