Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/718#discussion_r13630803
--- Diff: docs/monitoring.md ---
@@ -69,7 +71,13 @@ represents an application's event logs. This creates a
web interface at
<table class="table">
<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
<tr>
- <td>spark.history.updateInterval</td>
+ <td>spark.history.provider</td>
+ <td>org.apache.spark.deploy.history.FsHistoryProvider</td>
+ <td>Name of the class implementing the application history backend.
Currently there is only
+ one implementation provided by Spark, which matches the default
value.</td>
--- End diff --
Maybe add a line explaining what this implementation is? Perhaps something
along the lines of "... provided by Spark, which renders application UI from
logs stored in the file system"
---
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.
---