aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-08-31 17:31:07 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-08-31 17:31:07 -0700
commit2ee6a7e32aaf6dbe81ea79bee1228bb09e48dd1a (patch)
tree7f5c24445a1b8579777368a4d0c8794913496c71 /core
parent25ac50668bf6ec278c9b19ff24e907eaf010399f (diff)
downloadspark-2ee6a7e32aaf6dbe81ea79bee1228bb09e48dd1a.tar.gz
spark-2ee6a7e32aaf6dbe81ea79bee1228bb09e48dd1a.tar.bz2
spark-2ee6a7e32aaf6dbe81ea79bee1228bb09e48dd1a.zip
Print output from spark-daemon only when it fails to launch
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala b/core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala
index 717619f80d..0a75ad8cf4 100644
--- a/core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala
+++ b/core/src/main/scala/spark/deploy/worker/ui/WorkerWebUI.scala
@@ -143,7 +143,6 @@ class WorkerWebUI(val worker: Worker, val workDir: File, requestedPort: Option[I
<html>
<body>
{linkToMaster}
- <hr />
<div>
<div style="float:left;width:40%">{backButton}</div>
<div style="float:left;">{range}</div>