From 0b195927b6de951634fce8d5ab6ae8f72d76046a Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Fri, 13 Aug 2010 18:54:32 -0700 Subject: Improved README and added blank templates for config files. --- conf/java-opts | 0 conf/spark-env.sh | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 conf/java-opts create mode 100755 conf/spark-env.sh (limited to 'conf') diff --git a/conf/java-opts b/conf/java-opts new file mode 100644 index 0000000000..e69de29bb2 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. + + -- cgit v1.2.3