aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorwangfei <wangfei_hello@126.com>2014-08-20 16:00:46 -0700
committerAndrew Or <andrewor14@gmail.com>2014-08-20 16:00:46 -0700
commita1e8b1bc973bc0517681c09e5a5a475c0f395d31 (patch)
tree6d9af8ff15639f34ac4b46af6a6969dd1456e0d0 /sbin
parenta2e658dcdab614058eefcf50ae2d419ece9b1fe7 (diff)
downloadspark-a1e8b1bc973bc0517681c09e5a5a475c0f395d31.tar.gz
spark-a1e8b1bc973bc0517681c09e5a5a475c0f395d31.tar.bz2
spark-a1e8b1bc973bc0517681c09e5a5a475c0f395d31.zip
SPARK_LOGFILE and SPARK_ROOT_LOGGER no longer need in spark-daemon.sh
Author: wangfei <wangfei_hello@126.com> 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
Diffstat (limited to 'sbin')
-rwxr-xr-xsbin/spark-daemon.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/spark-daemon.sh b/sbin/spark-daemon.sh
index 323f675b17..9032f23ea8 100755
--- a/sbin/spark-daemon.sh
+++ b/sbin/spark-daemon.sh
@@ -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