aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2013-01-06 14:15:07 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2013-01-06 14:15:07 -0800
commit934ecc829aa06ce4d9ded3596b86b4733ed2a123 (patch)
tree8784fa17ad1eea388edd80bad1ae3c396f200976 /run
parent3dc87dd923578f20f2c6945be7d8c03797e76237 (diff)
downloadspark-934ecc829aa06ce4d9ded3596b86b4733ed2a123.tar.gz
spark-934ecc829aa06ce4d9ded3596b86b4733ed2a123.tar.bz2
spark-934ecc829aa06ce4d9ded3596b86b4733ed2a123.zip
Removed streaming-env.sh.template
Diffstat (limited to 'run')
-rwxr-xr-xrun4
1 files changed, 0 insertions, 4 deletions
diff --git a/run b/run
index 27506c33e2..2f61cb2a87 100755
--- a/run
+++ b/run
@@ -13,10 +13,6 @@ if [ -e $FWDIR/conf/spark-env.sh ] ; then
. $FWDIR/conf/spark-env.sh
fi
-if [ -e $FWDIR/conf/streaming-env.sh ] ; then
- . $FWDIR/conf/streaming-env.sh
-fi
-
if [ "$SPARK_LAUNCH_WITH_SCALA" == "1" ]; then
if [ `command -v scala` ]; then
RUNNER="scala"