aboutsummaryrefslogtreecommitdiff
path: root/docs/ec2-scripts.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-01-19 22:59:35 -0800
committerPatrick Wendell <pwendell@gmail.com>2013-01-19 22:59:35 -0800
commitecdff861f7993251163b82e737aba6bb1bb814d8 (patch)
tree19033295b66208860b463a0e5a060a25377c2d98 /docs/ec2-scripts.md
parent54c0f9f185576e9b844fa8f81ca410f188daa51c (diff)
downloadspark-ecdff861f7993251163b82e737aba6bb1bb814d8.tar.gz
spark-ecdff861f7993251163b82e737aba6bb1bb814d8.tar.bz2
spark-ecdff861f7993251163b82e737aba6bb1bb814d8.zip
Clarifying log directory in EC2 guide
Diffstat (limited to 'docs/ec2-scripts.md')
-rw-r--r--docs/ec2-scripts.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ec2-scripts.md b/docs/ec2-scripts.md
index 6e1f7fd3b1..8b069ca9ad 100644
--- a/docs/ec2-scripts.md
+++ b/docs/ec2-scripts.md
@@ -96,7 +96,8 @@ 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 using the Mesos web UI (`http://<master-hostname>:8080`).
+ 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`).
# Configuration