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}