Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/20481#discussion_r165541492
--- Diff: core/src/main/scala/org/apache/spark/status/storeTypes.scala ---
@@ -134,6 +138,7 @@ private[spark] object TaskIndexNames {
final val STAGE = "stage"
final val STATUS = "sta"
final val TASK_INDEX = "idx"
+ final val COMPLETION_TIME = "completionTime"
--- End diff --
Could you use a shorter name like the others? It saves a little bit more
space on disk because there are so many tasks in large apps.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]