aboutsummaryrefslogtreecommitdiff
path: root/conf/spark-env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'conf/spark-env.sh')
-rwxr-xr-xconf/spark-env.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/conf/spark-env.sh b/conf/spark-env.sh
deleted file mode 100755
index 77f9cb69b9..0000000000
--- a/conf/spark-env.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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