Skip to content

Commit

Permalink
Small rewording about history server use case
Browse files Browse the repository at this point in the history
Hello
PR #10991 removed the built-in history view from Spark Standalone, so the history server is no longer useful to Yarn or Mesos only.

Author: Hervé <dud225@users.noreply.github.com>

Closes #17709 from dud225/patch-1.
  • Loading branch information
dud225 authored and srowen committed Apr 21, 2017
1 parent e2b3d23 commit 3476799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ in the UI to persisted storage.

## Viewing After the Fact

If Spark is run on Mesos or YARN, it is still possible to construct the UI of an
application through Spark's history server, provided that the application's event logs exist.
It is still possible to construct the UI of an application through Spark's history server,
provided that the application's event logs exist.
You can start the history server by executing:

./sbin/start-history-server.sh
Expand Down

0 comments on commit 3476799

Please sign in to comment.