aboutsummaryrefslogtreecommitdiff
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:57 -0700
commit5f72d7bcf553a0216c4849e1918ed74b96d2224a (patch)
tree93cdd9ca814972c0e7bcab3c27a2c94f43cb16a4
parent311831db71b742a0472d67a1127c818e5ba0a505 (diff)
downloadspark-5f72d7bcf553a0216c4849e1918ed74b96d2224a.tar.gz
spark-5f72d7bcf553a0216c4849e1918ed74b96d2224a.tar.bz2
spark-5f72d7bcf553a0216c4849e1918ed74b96d2224a.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 (cherry picked from commit a1e8b1bc973bc0517681c09e5a5a475c0f395d31) Signed-off-by: Andrew Or <andrewor14@gmail.com>
-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