Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/1222#discussion_r15477380
--- Diff:
core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala ---
@@ -48,6 +49,12 @@ private[history] class FsHistoryProvider(conf:
SparkConf) extends ApplicationHis
// List of applications, in order from newest to oldest.
@volatile private var appList: Seq[ApplicationHistoryInfo] = Nil
+ // Constants used to parse Spark 1.0.0 log directories.
--- End diff --
minor: you probably don't need to specify `Spark 1.0.0` here, since we
don't do any special handling of different versions anyway
---
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.
---