Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/1218#discussion_r15481359
--- Diff:
core/src/main/scala/org/apache/spark/scheduler/ApplicationEventListener.scala
---
@@ -25,6 +25,7 @@ package org.apache.spark.scheduler
*/
private[spark] class ApplicationEventListener extends SparkListener {
var appName = "<Not Started>"
+ var appId: Option[String] = None
--- End diff --
This is inconsistent with appName and other fields. Either back all of them
`<Not Started>` or make all of them `Option[String]`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---