aboutsummaryrefslogtreecommitdiff
path: root/spark-class
diff options
context:
space:
mode:
authorMatei Zaharia <matei.zaharia@gmail.com>2013-08-31 18:55:41 -0700
committerMatei Zaharia <matei.zaharia@gmail.com>2013-08-31 18:55:41 -0700
commit0e9565a7041e6c1399b2eee0bc36f1804f8e1620 (patch)
treef5be634d2f75e09bc302f8885aba87da5e2ce525 /spark-class
parent2c5a4b89ee034b7933b258cfc37bc6d91a06c186 (diff)
parente34bc3a8eecdb0e28a248fb5f7926f730fab736f (diff)
downloadspark-0e9565a7041e6c1399b2eee0bc36f1804f8e1620.tar.gz
spark-0e9565a7041e6c1399b2eee0bc36f1804f8e1620.tar.bz2
spark-0e9565a7041e6c1399b2eee0bc36f1804f8e1620.zip
Merge pull request #880 from mateiz/ui-tweaks
Various UI tweaks
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 244b78b4e1..71dfb9c4e6 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}