aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-02-25 12:31:24 -0800
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-02-25 12:31:24 -0800
commitceaec4a6750eb77ff5de2b7057ff98999785a1d6 (patch)
tree22ed46da7ce9693d78575c79c69e9f3b6b3fc537 /core
parent6ae9a22c3e15b3a4e2b0445cb89d855091746a18 (diff)
parent85a85646d99bdb256f1f667d81647eab45bc6e28 (diff)
downloadspark-ceaec4a6750eb77ff5de2b7057ff98999785a1d6.tar.gz
spark-ceaec4a6750eb77ff5de2b7057ff98999785a1d6.tar.bz2
spark-ceaec4a6750eb77ff5de2b7057ff98999785a1d6.zip
Merge pull request #498 from pwendell/shutup-akka
Disable remote lifecycle logging from Akka.
Diffstat (limited to 'core')
-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