This is an automated email from the ASF dual-hosted git repository.
srowen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 748fa2792e4 [SPARK-40863][BUILD] Upgrade dropwizard metrics 4.2.12
748fa2792e4 is described below
commit 748fa2792e488a6b923b32e2898d9bb6e16fb4ca
Author: yangjie01 <[email protected]>
AuthorDate: Fri Oct 21 08:53:29 2022 -0500
[SPARK-40863][BUILD] Upgrade dropwizard metrics 4.2.12
### What changes were proposed in this pull request?
This pr aims upgrade dropwizard metrics from 4.2.10 to 4.2.12.
### Why are the changes needed?
The release notes as follows:
- https://github.com/dropwizard/metrics/releases/tag/v4.2.11
- https://github.com/dropwizard/metrics/releases/tag/v4.2.12
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass Github Actions
Closes #38328 from LuciferYang/metrics-4212.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
---
dev/deps/spark-deps-hadoop-2-hive-2.3 | 10 +++++-----
dev/deps/spark-deps-hadoop-3-hive-2.3 | 10 +++++-----
pom.xml | 2 +-
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-2-hive-2.3
b/dev/deps/spark-deps-hadoop-2-hive-2.3
index b7850d2fe60..1d1061aaadb 100644
--- a/dev/deps/spark-deps-hadoop-2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2-hive-2.3
@@ -195,11 +195,11 @@ log4j-slf4j2-impl/2.19.0//log4j-slf4j2-impl-2.19.0.jar
logging-interceptor/3.12.12//logging-interceptor-3.12.12.jar
lz4-java/1.8.0//lz4-java-1.8.0.jar
mesos/1.4.3/shaded-protobuf/mesos-1.4.3-shaded-protobuf.jar
-metrics-core/4.2.10//metrics-core-4.2.10.jar
-metrics-graphite/4.2.10//metrics-graphite-4.2.10.jar
-metrics-jmx/4.2.10//metrics-jmx-4.2.10.jar
-metrics-json/4.2.10//metrics-json-4.2.10.jar
-metrics-jvm/4.2.10//metrics-jvm-4.2.10.jar
+metrics-core/4.2.12//metrics-core-4.2.12.jar
+metrics-graphite/4.2.12//metrics-graphite-4.2.12.jar
+metrics-jmx/4.2.12//metrics-jmx-4.2.12.jar
+metrics-json/4.2.12//metrics-json-4.2.12.jar
+metrics-jvm/4.2.12//metrics-jvm-4.2.12.jar
minlog/1.3.0//minlog-1.3.0.jar
netty-all/4.1.84.Final//netty-all-4.1.84.Final.jar
netty-buffer/4.1.84.Final//netty-buffer-4.1.84.Final.jar
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 0f497c99ff9..39a0e617058 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -179,11 +179,11 @@ log4j-slf4j2-impl/2.19.0//log4j-slf4j2-impl-2.19.0.jar
logging-interceptor/3.12.12//logging-interceptor-3.12.12.jar
lz4-java/1.8.0//lz4-java-1.8.0.jar
mesos/1.4.3/shaded-protobuf/mesos-1.4.3-shaded-protobuf.jar
-metrics-core/4.2.10//metrics-core-4.2.10.jar
-metrics-graphite/4.2.10//metrics-graphite-4.2.10.jar
-metrics-jmx/4.2.10//metrics-jmx-4.2.10.jar
-metrics-json/4.2.10//metrics-json-4.2.10.jar
-metrics-jvm/4.2.10//metrics-jvm-4.2.10.jar
+metrics-core/4.2.12//metrics-core-4.2.12.jar
+metrics-graphite/4.2.12//metrics-graphite-4.2.12.jar
+metrics-jmx/4.2.12//metrics-jmx-4.2.12.jar
+metrics-json/4.2.12//metrics-json-4.2.12.jar
+metrics-jvm/4.2.12//metrics-jvm-4.2.12.jar
minlog/1.3.0//minlog-1.3.0.jar
netty-all/4.1.84.Final//netty-all-4.1.84.Final.jar
netty-buffer/4.1.84.Final//netty-buffer-4.1.84.Final.jar
diff --git a/pom.xml b/pom.xml
index f8f3aa2fd4f..d933c1c6f6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
If you changes codahale.metrics.version, you also need to change
the link to metrics.dropwizard.io in docs/monitoring.md.
-->
- <codahale.metrics.version>4.2.10</codahale.metrics.version>
+ <codahale.metrics.version>4.2.12</codahale.metrics.version>
<!-- Should be consistent with SparkBuild.scala and docs -->
<avro.version>1.11.1</avro.version>
<aws.kinesis.client.version>1.12.0</aws.kinesis.client.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]