diff --git a/dev/deps/spark-deps-hadoop-2-hive-2.3 b/dev/deps/spark-deps-hadoop-2-hive-2.3 index ec5fbf673887..1661a4ed0b00 100644 --- a/dev/deps/spark-deps-hadoop-2-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-2-hive-2.3 @@ -193,11 +193,11 @@ log4j-slf4j-impl/2.18.0//log4j-slf4j-impl-2.18.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.7//metrics-core-4.2.7.jar -metrics-graphite/4.2.7//metrics-graphite-4.2.7.jar -metrics-jmx/4.2.7//metrics-jmx-4.2.7.jar -metrics-json/4.2.7//metrics-json-4.2.7.jar -metrics-jvm/4.2.7//metrics-jvm-4.2.7.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 minlog/1.3.0//minlog-1.3.0.jar netty-all/4.1.77.Final//netty-all-4.1.77.Final.jar netty-buffer/4.1.77.Final//netty-buffer-4.1.77.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 db2e022e5ff8..5acb69a67bbd 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-slf4j-impl/2.18.0//log4j-slf4j-impl-2.18.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.7//metrics-core-4.2.7.jar -metrics-graphite/4.2.7//metrics-graphite-4.2.7.jar -metrics-jmx/4.2.7//metrics-jmx-4.2.7.jar -metrics-json/4.2.7//metrics-json-4.2.7.jar -metrics-jvm/4.2.7//metrics-jvm-4.2.7.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 minlog/1.3.0//minlog-1.3.0.jar netty-all/4.1.77.Final//netty-all-4.1.77.Final.jar netty-buffer/4.1.77.Final//netty-buffer-4.1.77.Final.jar diff --git a/docs/monitoring.md b/docs/monitoring.md index a59efe5ff6fa..1c1b78328304 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -796,7 +796,7 @@ The JSON end point is exposed at: `/applications/[app-id]/executors`, and the Pr The Prometheus endpoint is conditional to a configuration parameter: `spark.ui.prometheus.enabled=true` (the default is `false`). In addition, aggregated per-stage peak values of the executor memory metrics are written to the event log if `spark.eventLog.logStageExecutorMetrics` is true. -Executor memory metrics are also exposed via the Spark metrics system based on the [Dropwizard metrics library](http://metrics.dropwizard.io/4.2.0). +Executor memory metrics are also exposed via the Spark metrics system based on the [Dropwizard metrics library](https://metrics.dropwizard.io/4.2.0). A list of the available metrics, with a short description: