Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/20481#discussion_r165553002
--- 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 --
I've asked this before, is it possible to put an ID instead of the index
name to the kvstore? Then we can use long index names.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]