From 934f00b68976b68b9393406d83b9953811de90b4 Mon Sep 17 00:00:00 2001 From: liujinhui <965147871@qq.com> Date: Tue, 11 Aug 2020 09:06:17 +0800 Subject: [PATCH] [HUDI-1173] fix hudi-prometheus pom dependency (#1942) --- packaging/hudi-spark-bundle/pom.xml | 5 +++++ packaging/hudi-utilities-bundle/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/packaging/hudi-spark-bundle/pom.xml b/packaging/hudi-spark-bundle/pom.xml index 0780751bb..145cf0f96 100644 --- a/packaging/hudi-spark-bundle/pom.xml +++ b/packaging/hudi-spark-bundle/pom.xml @@ -89,6 +89,11 @@ com.twitter:bijection-core_${scala.binary.version} io.dropwizard.metrics:metrics-core io.dropwizard.metrics:metrics-graphite + io.prometheus:simpleclient + io.prometheus:simpleclient_httpserver + io.prometheus:simpleclient_dropwizard + io.prometheus:simpleclient_pushgateway + io.prometheus:simpleclient_common com.yammer.metrics:metrics-core org.apache.spark:spark-avro_${scala.binary.version} diff --git a/packaging/hudi-utilities-bundle/pom.xml b/packaging/hudi-utilities-bundle/pom.xml index f985328f6..0a70e0e76 100644 --- a/packaging/hudi-utilities-bundle/pom.xml +++ b/packaging/hudi-utilities-bundle/pom.xml @@ -96,6 +96,11 @@ io.confluent:kafka-schema-registry-client io.dropwizard.metrics:metrics-core io.dropwizard.metrics:metrics-graphite + io.prometheus:simpleclient + io.prometheus:simpleclient_httpserver + io.prometheus:simpleclient_dropwizard + io.prometheus:simpleclient_pushgateway + io.prometheus:simpleclient_common com.yammer.metrics:metrics-core org.apache.spark:spark-streaming-kafka-0-10_${scala.binary.version} org.apache.kafka:kafka_${scala.binary.version}