aboutsummaryrefslogtreecommitdiff
path: root/docs/ec2-scripts.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-01-20 08:59:20 -0800
committerPatrick Wendell <pwendell@gmail.com>2013-01-20 08:59:20 -0800
commit5f74ead63643df83b04646c08e9bfc6b4b4a9ca9 (patch)
tree9fda687890c0a31300480d42be5b7f9dbe93fc75 /docs/ec2-scripts.md
parentecdff861f7993251163b82e737aba6bb1bb814d8 (diff)
downloadspark-5f74ead63643df83b04646c08e9bfc6b4b4a9ca9.tar.gz
spark-5f74ead63643df83b04646c08e9bfc6b4b4a9ca9.tar.bz2
spark-5f74ead63643df83b04646c08e9bfc6b4b4a9ca9.zip
Changes based on Matei's comment
Diffstat (limited to 'docs/ec2-scripts.md')
-rw-r--r--docs/ec2-scripts.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ec2-scripts.md b/docs/ec2-scripts.md
index 8b069ca9ad..931b7a66bd 100644
--- a/docs/ec2-scripts.md
+++ b/docs/ec2-scripts.md
@@ -96,8 +96,9 @@ permissions on your private key file, you can run `launch` with the
`spark-ec2` to attach a persistent EBS volume to each node for
storing the persistent HDFS.
- Finally, if you get errors while running your jobs, look at the slave's logs
- for that job inside of the Mesos work directory (/mnt/mesos-work). Mesos errors
- can be found using the Mesos web UI (`http://<master-hostname>:8080`).
+ for that job inside of the Mesos work directory (/mnt/mesos-work). You can
+ also view the status of the cluster using the Mesos web UI
+ (`http://<master-hostname>:8080`).
# Configuration