You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Alexander Ulanov (JIRA)" <ji...@apache.org> on 2015/04/10 00:37:12 UTC

[jira] [Created] (SPARK-6828) Spark returns misleading message when client is incompatible with server

Alexander Ulanov created SPARK-6828:
---------------------------------------

             Summary: Spark returns misleading message when client is incompatible with server
                 Key: SPARK-6828
                 URL: https://issues.apache.org/jira/browse/SPARK-6828
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 1.3.0
         Environment: Client: Windows 7 spark-core v.1.3.0
Server: RedHat 6.6 spark-core v.1.2.0
            Reporter: Alexander Ulanov
            Priority: Minor
             Fix For: 1.4.0


Client code:
val conf = new SparkConf().
      setMaster("spark://mynetwrok.com:7077").
      setAppName("myapp").
    val sc = new SparkContext(conf)

Server reply:
5/04/09 15:35:22 INFO client.AppClient$ClientActor: Connecting to master akka.tcp://sparkMaster@mynetwrok.com:7077/user/Master...
15/04/09 15:35:22 WARN remote.ReliableDeliverySupervisor: Association with remote system [akka.tcp://sparkMaster@mynetwork:7077] has failed, address is now gated for [5000] ms. Reason is: [Disassociated].




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org