We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ed317 commit 06eb9c7Copy full SHA for 06eb9c7
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLAppStatusListener.scala
@@ -220,7 +220,7 @@ class SQLAppStatusListener(
220
method
221
} catch {
222
case NonFatal(_) =>
223
- // Cannot initiaize custom metric object, we might be in history server that does
+ // Cannot initialize custom metric object, we might be in history server that does
224
// not have the custom metric class.
225
val defaultMethod = (_: Array[Long], _: Array[Long]) => "N/A"
226
metricAggregationMap.put(className, defaultMethod)
0 commit comments