I use a spark on a meso (with kafka and cassandra). When I start, I have a lot of errors (~ 100), then everything works fine. Errors of this type:
[Stage 0: =======> (24 + 26) / 50] [Stage 3:> (0 + 24) / 24] 09/15/17 09:48:35 Error: Error modifier: AssociationError [ akka.tcp: // sparkDriver@10.131.xx.xxx : 58325] <- [akka.tcp: // driverPropsFetcher@10.131.xx.xxx : 59441]: Error [Turn off address: akka.tcp: // driverPropsFetcher@10. 131.xx.xxx : 59441] [akka.remote.ShutDownAssociation: Turn off the address: akka.tcp: // driverPropsFetcher@10.131.xx.xxx : 59441 Called: akka.remote.transport.Transport $ InvalidAssociationException: the remote system completed the merge because it completed. ]
What is the reason for this error? How can I solve it?
source share