aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-06-30 16:43:27 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-06-30 16:45:57 -0700
commit408b5a13321fe303a358fdef02bba042d12c77b4 (patch)
tree7228370a5a20c4466661d688f157beb2bdef6a62 /core/src/main/resources
parent2fb6e7d71ebfe1ba1075a107dbc8e32ba58bcacc (diff)
downloadspark-408b5a13321fe303a358fdef02bba042d12c77b4.tar.gz
spark-408b5a13321fe303a358fdef02bba042d12c77b4.tar.bz2
spark-408b5a13321fe303a358fdef02bba042d12c77b4.zip
More work on deploy code (adding Worker class)
Diffstat (limited to 'core/src/main/resources')
-rw-r--r--core/src/main/resources/spark/deploy/master/webui/index.html6
-rw-r--r--core/src/main/resources/spark/deploy/worker/webui/index.html6
2 files changed, 12 insertions, 0 deletions
diff --git a/core/src/main/resources/spark/deploy/master/webui/index.html b/core/src/main/resources/spark/deploy/master/webui/index.html
new file mode 100644
index 0000000000..c11101045e
--- /dev/null
+++ b/core/src/main/resources/spark/deploy/master/webui/index.html
@@ -0,0 +1,6 @@
+<html>
+<head><title>Hello world!</title></head>
+<body>
+<p>Hello world!</p>
+</body>
+</html> \ No newline at end of file
diff --git a/core/src/main/resources/spark/deploy/worker/webui/index.html b/core/src/main/resources/spark/deploy/worker/webui/index.html
new file mode 100644
index 0000000000..c11101045e
--- /dev/null
+++ b/core/src/main/resources/spark/deploy/worker/webui/index.html
@@ -0,0 +1,6 @@
+<html>
+<head><title>Hello world!</title></head>
+<body>
+<p>Hello world!</p>
+</body>
+</html> \ No newline at end of file