From ecdff861f7993251163b82e737aba6bb1bb814d8 Mon Sep 17 00:00:00 2001
From: Patrick Wendell <pwendell@gmail.com>
Date: Sat, 19 Jan 2013 22:59:35 -0800
Subject: [PATCH] Clarifying log directory in EC2 guide

---
 docs/ec2-scripts.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
 
-- 
GitLab