Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/718#discussion_r13630883
--- Diff: docs/monitoring.md ---
@@ -35,11 +35,13 @@ If Spark is run on Mesos or YARN, it is still possible
to reconstruct the UI of
application through Spark's history server, provided that the
application's event logs exist.
You can start a the history server by executing:
- ./sbin/start-history-server.sh <base-logging-directory>
+ ./sbin/start-history-server.sh
-The base logging directory must be supplied, and should contain
sub-directories that each
-represents an application's event logs. This creates a web interface at
-`http://<server-url>:18080` by default. The history server can be
configured as follows:
+When using the file-system provider class (see spark.history.provider
below), the base logging
+directory must be supplied in the "spark.history.fs.logDirectory"
configuration option, and should
--- End diff --
minor: use `<code></code>` around the option name
---
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.
---