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 e71d893 commit 15ac242Copy full SHA for 15ac242
core/src/main/scala/org/apache/spark/ui/jobs/TaskDetailsClassNames.scala
@@ -24,7 +24,7 @@ package org.apache.spark.ui.jobs
24
* If new optional metrics are added here, they should also be added to the end of webui.css
25
* to have the style set to "display: none;" by default.
26
*/
27
-private object TaskDetailsClassNames {
+private[spark] object TaskDetailsClassNames {
28
val SCHEDULER_DELAY = "scheduler_delay"
29
val TASK_DESERIALIZATION_TIME = "deserialization_time"
30
val RESULT_SERIALIZATION_TIME = "serialization_time"
0 commit comments