aboutsummaryrefslogtreecommitdiff
path: root/conf/spark-env.sh
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2010-08-13 18:54:32 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2010-08-13 18:54:32 -0700
commit0b195927b6de951634fce8d5ab6ae8f72d76046a (patch)
treeb0863713ea880ce8edc1a429784ea3f665a21e2c /conf/spark-env.sh
parent3d8d7fd557776019670fe954fd2e89d526dc9a9c (diff)
downloadspark-0b195927b6de951634fce8d5ab6ae8f72d76046a.tar.gz
spark-0b195927b6de951634fce8d5ab6ae8f72d76046a.tar.bz2
spark-0b195927b6de951634fce8d5ab6ae8f72d76046a.zip
Improved README and added blank templates for config files.
Diffstat (limited to 'conf/spark-env.sh')
-rwxr-xr-xconf/spark-env.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/spark-env.sh b/conf/spark-env.sh
new file mode 100755
index 0000000000..6852b23a34
--- /dev/null
+++ b/conf/spark-env.sh
@@ -0,0 +1,13 @@
+#!/usr/bin/env bash
+
+# Set Spark environment variables for your site in this file. Some useful
+# variables to set are:
+# - MESOS_HOME, to point to your Mesos installation
+# - SCALA_HOME, to point to your Scala installation
+# - SPARK_CLASSPATH, to add elements to Spark's classpath
+# - SPARK_JAVA_OPTS, to add JVM options
+# - 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.
+
+