Skip to content

Commit a1e8b1b

Browse files
scwfandrewor14
authored andcommitted
SPARK_LOGFILE and SPARK_ROOT_LOGGER no longer need in spark-daemon.sh
Author: wangfei <[email protected]> Closes #2057 from scwf/patch-7 and squashes the following commits: 1b7b9a5 [wangfei] SPARK_LOGFILE and SPARK_ROOT_LOGGER no longer need in spark-daemon.sh
1 parent a2e658d commit a1e8b1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sbin/spark-daemon.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ if [ "$SPARK_PID_DIR" = "" ]; then
113113
fi
114114

115115
# some variables
116-
export SPARK_LOGFILE=spark-$SPARK_IDENT_STRING-$command-$instance-$HOSTNAME.log
117-
export SPARK_ROOT_LOGGER="INFO,DRFA"
118116
log=$SPARK_LOG_DIR/spark-$SPARK_IDENT_STRING-$command-$instance-$HOSTNAME.out
119117
pid=$SPARK_PID_DIR/spark-$SPARK_IDENT_STRING-$command-$instance.pid
120118

0 commit comments

Comments
 (0)