aboutsummaryrefslogtreecommitdiff
path: root/conf/spark-env.sh.template
diff options
context:
space:
mode:
authorMosharaf Chowdhury <mosharaf@mosharaf-ubuntu.(none)>2010-10-18 11:08:45 -0700
committerMosharaf Chowdhury <mosharaf@mosharaf-ubuntu.(none)>2010-10-18 11:08:45 -0700
commitbf7055decfefe29ab6123af8384a04effebcb9ab (patch)
treed2fdf8799e105c9364045ddb2b6d776df75a19f7 /conf/spark-env.sh.template
parentad7a9c5a3695f1f83cbdfa96d435003939582c8a (diff)
parentb940164db38ced59dcd26b91e41f20e5c1f56cc2 (diff)
downloadspark-bf7055decfefe29ab6123af8384a04effebcb9ab.tar.gz
spark-bf7055decfefe29ab6123af8384a04effebcb9ab.tar.bz2
spark-bf7055decfefe29ab6123af8384a04effebcb9ab.zip
Merge branch 'master' of git@github.com:mesos/spark
Conflicts: src/scala/spark/SparkContext.scala Using the latest one from Matei.
Diffstat (limited to 'conf/spark-env.sh.template')
-rwxr-xr-xconf/spark-env.sh.template13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/spark-env.sh.template b/conf/spark-env.sh.template
new file mode 100755
index 0000000000..77f9cb69b9
--- /dev/null
+++ b/conf/spark-env.sh.template
@@ -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.
+
+MESOS_HOME=/home/mosharaf/Work/mesos