Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/19981#discussion_r158170972
--- Diff:
core/src/main/scala/org/apache/spark/status/AppStatusListener.scala ---
@@ -48,7 +48,7 @@ private[spark] class AppStatusListener(
import config._
- private var sparkVersion = SPARK_VERSION
+ private val sparkVersion = SPARK_VERSION
--- End diff --
Actually this is a bug; the version should be read from
`SparkListenerLogStart` when it's in the event log. Feel free to file a
separate bug.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]