I am using spark on mesos (with kafka and cassandra) On startup, I have a lot of errors (~ 100) then evrything works fine. The errors are of this type:
[Stage 0:=======> (24 + 26) / 50][Stage 3:> (0 + 24) / 24]15/09/17 09:48:35 ERROR ErrorMonitor: AssociationError [akka.tcp://sparkDriver@10.131.xx.xxx:58325] <- [akka.tcp://driverPropsFetcher@10.131.xx.xxx:59441]: Error [Shut down address: akka.tcp://driverPropsFetcher@10.131.xx.xxx:59441] [ akka.remote.ShutDownAssociation: Shut down address: akka.tcp://driverPropsFetcher@10.131.xx.xxx:59441 Caused by: akka.remote.transport.Transport$InvalidAssociationException: The remote system terminated the association because it is shutting down. ]
What could be the reason of this error? How can I solve it?