Skip to content

Commit

Permalink
SPARK_LOGFILE and SPARK_ROOT_LOGGER no longer need in spark-daemon.sh
Browse files Browse the repository at this point in the history
Author: wangfei <[email protected]>

Closes apache#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
  • Loading branch information
scwf authored and andrewor14 committed Aug 20, 2014
1 parent a2e658d commit a1e8b1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sbin/spark-daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ if [ "$SPARK_PID_DIR" = "" ]; then
fi

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

Expand Down

0 comments on commit a1e8b1b

Please sign in to comment.