aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-08-31 16:33:43 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-08-31 16:55:25 -0700
commit89a20b83e9aedca3bf9f6623babeb455badf0ee7 (patch)
treeccec41cc84a5499598880d200f960b02620df03a /bin
parent6edef9c833b90f9ac3ad2f677f201ab3ca39a016 (diff)
downloadspark-89a20b83e9aedca3bf9f6623babeb455badf0ee7.tar.gz
spark-89a20b83e9aedca3bf9f6623babeb455badf0ee7.tar.bz2
spark-89a20b83e9aedca3bf9f6623babeb455badf0ee7.zip
Delete some code that was added back in a merge and print less info in
spark-daemon
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