aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spark-daemon.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/spark-daemon.sh b/bin/spark-daemon.sh
index eac0774669..f01ff84d95 100755
--- a/bin/spark-daemon.sh
+++ b/bin/spark-daemon.sh
@@ -75,8 +75,6 @@ if [ "$SPARK_IDENT_STRING" = "" ]; then
export SPARK_IDENT_STRING="$USER"
fi
-export SPARK_PRINT_LAUNCH_COMMAND="1"
-
# get log directory
if [ "$SPARK_LOG_DIR" = "" ]; then
export SPARK_LOG_DIR="$SPARK_HOME/logs"
@@ -126,7 +124,6 @@ case $startStop in
spark_rotate_log $log
echo starting $command, logging to $log
- echo "Spark Daemon: $command" > $log
cd "$SPARK_PREFIX"
nohup nice -n $SPARK_NICENESS "$SPARK_PREFIX"/spark-class $command "$@" >> "$log" 2>&1 < /dev/null &
echo $! > $pid