aboutsummaryrefslogtreecommitdiff
path: root/spark-class
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-08-31 16:33:43 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-08-31 16:55:25 -0700
commit89a20b83e9aedca3bf9f6623babeb455badf0ee7 (patch)
treeccec41cc84a5499598880d200f960b02620df03a /spark-class
parent6edef9c833b90f9ac3ad2f677f201ab3ca39a016 (diff)
downloadspark-89a20b83e9aedca3bf9f6623babeb455badf0ee7.tar.gz
spark-89a20b83e9aedca3bf9f6623babeb455badf0ee7.tar.bz2
spark-89a20b83e9aedca3bf9f6623babeb455badf0ee7.zip
Delete some code that was added back in a merge and print less info in
spark-daemon
Diffstat (limited to 'spark-class')
-rwxr-xr-xspark-class7
1 files changed, 0 insertions, 7 deletions
diff --git a/spark-class b/spark-class
index 5ef3de9773..d08120477c 100755
--- a/spark-class
+++ b/spark-class
@@ -77,13 +77,6 @@ else
exit 1
fi
fi
-if [[ ! -f "$FWDIR/RELEASE" && -z "$SCALA_LIBRARY_PATH" ]]; then
- if [ -z "$SCALA_HOME" ]; then
- echo "SCALA_HOME is not set" >&2
- exit 1
- fi
- SCALA_LIBRARY_PATH="$SCALA_HOME/lib"
-fi
# Set SPARK_MEM if it isn't already set since we also use it for this process
SPARK_MEM=${SPARK_MEM:-512m}