aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-02-25 12:25:43 -0800
committerPatrick Wendell <pwendell@gmail.com>2013-02-25 12:25:43 -0800
commit85a85646d99bdb256f1f667d81647eab45bc6e28 (patch)
tree22d6c3081603272b042e8b4b84d1d4077d87c7fb
parentfb7625059837b124da1e31bd126f5278eef68bf9 (diff)
downloadspark-85a85646d99bdb256f1f667d81647eab45bc6e28.tar.gz
spark-85a85646d99bdb256f1f667d81647eab45bc6e28.tar.bz2
spark-85a85646d99bdb256f1f667d81647eab45bc6e28.zip
Disable remote lifecycle logging from Akka.
This changes the default setting to `off` for remote lifecycle events. When this is on, it is very chatty at the INFO level. It also prints out several ERROR messages sometimes when sc.stop() is called.
-rw-r--r--core/src/main/scala/spark/util/AkkaUtils.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/spark/util/AkkaUtils.scala b/core/src/main/scala/spark/util/AkkaUtils.scala
index 30aec5a663..f7b9e2d4ce 100644
--- a/core/src/main/scala/spark/util/AkkaUtils.scala
+++ b/core/src/main/scala/spark/util/AkkaUtils.scala
@@ -37,7 +37,7 @@ private[spark] object AkkaUtils {
akka.stdout-loglevel = "ERROR"
akka.actor.provider = "akka.remote.RemoteActorRefProvider"
akka.remote.transport = "akka.remote.netty.NettyRemoteTransport"
- akka.remote.log-remote-lifecycle-events = on
+ akka.remote.log-remote-lifecycle-events = off
akka.remote.netty.hostname = "%s"
akka.remote.netty.port = %d
akka.remote.netty.connection-timeout = %ds