aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorDenny <dennybritz@gmail.com>2012-08-01 13:17:31 -0700
committerDenny <dennybritz@gmail.com>2012-08-01 20:38:52 -0700
commit0ee44c225e38abbf3382be6e9555ab9a35424a54 (patch)
tree9fc106518bf55fc27083463843e9ee591c63ee59 /conf
parent545165e8153bb516d4364f9b3df1440c6b44c01b (diff)
downloadspark-0ee44c225e38abbf3382be6e9555ab9a35424a54.tar.gz
spark-0ee44c225e38abbf3382be6e9555ab9a35424a54.tar.bz2
spark-0ee44c225e38abbf3382be6e9555ab9a35424a54.zip
Spark standalone mode cluster scripts.
Heavily inspired by Hadoop cluster scripts ;-)
Diffstat (limited to 'conf')
-rw-r--r--conf/slaves2
-rwxr-xr-xconf/spark-env.sh.template2
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/slaves b/conf/slaves
new file mode 100644
index 0000000000..6e315a8540
--- /dev/null
+++ b/conf/slaves
@@ -0,0 +1,2 @@
+# A Spark Worker will be started on each of the machines listes below.
+localhost \ No newline at end of file
diff --git a/conf/spark-env.sh.template b/conf/spark-env.sh.template
index 532a635a1b..c09af42717 100755
--- a/conf/spark-env.sh.template
+++ b/conf/spark-env.sh.template
@@ -9,5 +9,5 @@
# - SPARK_MEM, to change the amount of memory used per node (this should
# be in the same format as the JVM's -Xmx option, e.g. 300m or 1g).
# - SPARK_LIBRARY_PATH, to add extra search paths for native libraries.
-
+# - SPARK_MASTER_PORT, to start the spark master on a different port (standalone mode only)