[ 
https://issues.apache.org/jira/browse/SPARK-11726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Or resolved SPARK-11726.
-------------------------------
          Resolution: Fixed
            Assignee: Jacek Laskowski
       Fix Version/s: 1.6.0
    Target Version/s: 1.6.0

> Legacy Netty-RPC based submission in standalone mode does not work
> ------------------------------------------------------------------
>
>                 Key: SPARK-11726
>                 URL: https://issues.apache.org/jira/browse/SPARK-11726
>             Project: Spark
>          Issue Type: Bug
>          Components: Deploy, Spark Submit
>            Reporter: Jacek Lewandowski
>            Assignee: Jacek Laskowski
>             Fix For: 1.6.0
>
>
> When the application is to be submitted in cluster mode and standalone Spark 
> scheduler is used either legacy RPC based protocol or REST based protocol can 
> be used. Spark submit firstly tries REST and if it fails it tries RPC.
> When Akka based RPC is used, the REST based connection fails immediately 
> because Akka rejects non-Akka connection. However in Netty based RPC, the 
> REST client seems to wait for the response indefinitely, thus making it 
> impossible to fail and try RPC.
> The fix is quite simple - set a timeout on reading response from the server.



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

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

Reply via email to