[ 
https://issues.apache.org/jira/browse/SPARK-6304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14362918#comment-14362918
 ] 

Marius Soutier commented on SPARK-6304:
---------------------------------------

Simple, I'm using `actorStream` and want to send data to it via remoting. For 
that I need to have a fixed port to send data to.

As a workaround I'm now starting a second ActorSystem, but it seems to have 
issues communicating with Spark's ActorSystem.


> Checkpointing doesn't retain driver port
> ----------------------------------------
>
>                 Key: SPARK-6304
>                 URL: https://issues.apache.org/jira/browse/SPARK-6304
>             Project: Spark
>          Issue Type: Bug
>          Components: Streaming
>    Affects Versions: 1.2.1
>            Reporter: Marius Soutier
>
> In a check-pointed Streaming application running on a fixed driver port, the 
> setting "spark.driver.port" is not loaded when recovering from a checkpoint.
> (The driver is then started on a random port.)



--
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