From 9b68ceaa26ffe0cf0692781dd010e69f1d9633e2 Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Wed, 3 Apr 2013 14:29:46 -0700 Subject: SPARK-724 - Have Akka logging enabled by default for standalone daemons See the JIRA for more details. I was only able to test the bash version (don't have Windows) so maybe check over that the syntax is correct there. --- run | 1 + 1 file changed, 1 insertion(+) (limited to 'run') diff --git a/run b/run index 2c29cc4a66..ceb6e58173 100755 --- a/run +++ b/run @@ -22,6 +22,7 @@ fi # values for that; it doesn't need a lot if [ "$1" = "spark.deploy.master.Master" -o "$1" = "spark.deploy.worker.Worker" ]; then SPARK_MEM=${SPARK_DAEMON_MEMORY:-512m} + SPARK_DAEMON_JAVA_OPTS+="-Dspark.akka.logLifecycleEvents=true" SPARK_JAVA_OPTS=$SPARK_DAEMON_JAVA_OPTS # Empty by default fi -- cgit v1.2.3