You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by Ratika Prasad <rp...@couponsinc.com> on 2015/10/06 08:01:32 UTC

FW: Spark error while running in spark mode


From: Ratika Prasad
Sent: Monday, October 05, 2015 2:39 PM
To: user@spark.apache.org
Cc: Ameeta Jayarajan <AJ...@couponsinc.com>
Subject: Spark error while running in spark mode

Hi,

When we run our spark component in cluster mode as below we get the following error

./bin/spark-submit --class com.coupons.stream.processing.SparkStreamEventProcessingEngine --master spark://172.28.161.138:7077 EventProcessingEngine-0.0.1-SNAPSHOT-jar-with-dependencies.jar

ERROR ErrorMonitor: dropping message [class akka.actor.ActorSelectionMessage] for non-local recipient [Actor[akka.tcp://sparkMaster@172.28.161.138:7077/]] arriving at [akka.tcp://sparkMaster@172.28.161.138:7077] inbound addresses are [akka.tcp://sparkDriver@172.28.161.138:7077]
akka.event.Logging$Error$NoCause$


Kindly help