aboutsummaryrefslogtreecommitdiff
path: root/docs/cluster-overview.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-09-10 23:12:27 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-09-11 10:01:38 -0700
commitbddf1356708f42352934313c82f48dbce0056a68 (patch)
tree414529a7638adb6d9aa44b08e3b495eead652be8 /docs/cluster-overview.md
parent2425eb85ca709273c48958f81a81c8a04657ea1f (diff)
downloadspark-bddf1356708f42352934313c82f48dbce0056a68.tar.gz
spark-bddf1356708f42352934313c82f48dbce0056a68.tar.bz2
spark-bddf1356708f42352934313c82f48dbce0056a68.zip
Change port from 3030 to 4040
Diffstat (limited to 'docs/cluster-overview.md')
-rw-r--r--docs/cluster-overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cluster-overview.md b/docs/cluster-overview.md
index 7025c23657..f679cad713 100644
--- a/docs/cluster-overview.md
+++ b/docs/cluster-overview.md
@@ -59,8 +59,8 @@ and `addFile`.
# Monitoring
-Each driver program has a web UI, typically on port 3030, that displays information about running
-tasks, executors, and storage usage. Simply go to `http://<driver-node>:3030` in a web browser to
+Each driver program has a web UI, typically on port 4040, that displays information about running
+tasks, executors, and storage usage. Simply go to `http://<driver-node>:4040` in a web browser to
access this UI. The [monitoring guide](monitoring.html) also describes other monitoring options.
# Job Scheduling