You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Tenghuan He <te...@gmail.com> on 2016/05/03 08:51:50 UTC

Submit job to spark cluster Error ErrorMonitor dropping message...

Hi

    I deploy a Spark cluster with a master and a worker
    the master and worker are both on a VMWare virtual machine, with 1G
memory and 2 cores.
    master IP: 192.168.179.133
    worker IP: 192.168.179.134
after execute sbin/start-all.sh, the master and the worker startup, visit
http://192.168.179.133:8080 and everything works greate.
    However when I submit the job from the master node, I got nothing
except the three lines from the console,
[image: Inline image 1]

and the logs in the master

16/05/02 23:12:28 ERROR ErrorMonitor: dropping message [class
akka.actor.ActorSelectionMessage] for non-local recipient [Actor[akka.tcp://
sparkMaster@192.168.179.133:7077/]] arriving at [akka.tcp://
sparkMaster@192.168.179.133:7077] inbound addresses are
[akka.tcp://sparkMaster@chadoop-master:7077]
akka.event.Logging$Error$NoCause$
16/05/02 23:12:48 INFO Master: 192.168.179.133:58793got disassociated,
removing it.
16/05/02 23:12:49 WARN ReliableDeliverySupervisor: Association with remote
system [akka.tcp://sparkDriver@192.168.179.133:58793got ] has failed,
address is now gated for [5000] ms. Reason: [Disassociated]
16/05/02 23:12:49 INFO Master: 192.168.179.133:58793got got disassociated,
removing it.

Can anyone help me?

Thanks in advance


Tenghuan He