From ea05fc130b64ce356ab7524a3d5bd1e022cf51b5 Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Wed, 26 Sep 2012 22:54:39 -0700 Subject: Updates to standalone cluster, web UI and deploy docs. --- core/src/main/twirl/masterui/executor_row.scala.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 core/src/main/twirl/masterui/executor_row.scala.html (limited to 'core/src/main/twirl/masterui/executor_row.scala.html') diff --git a/core/src/main/twirl/masterui/executor_row.scala.html b/core/src/main/twirl/masterui/executor_row.scala.html deleted file mode 100644 index 784d692fc2..0000000000 --- a/core/src/main/twirl/masterui/executor_row.scala.html +++ /dev/null @@ -1,15 +0,0 @@ -@(executor: spark.deploy.master.ExecutorInfo) - - - @executor.id - - @executor.worker.id - - @executor.cores - @executor.memory - @executor.state - - stdout - stderr - - \ No newline at end of file -- cgit v1.2.3