aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun4
1 files changed, 4 insertions, 0 deletions
diff --git a/run b/run
index a363599cf0..d91430ad2e 100755
--- a/run
+++ b/run
@@ -13,6 +13,10 @@ 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"