Github user zsxwing commented on the pull request:

    https://github.com/apache/spark/pull/6457#issuecomment-141332000
  
    > No, I mean executors. With akka out of the picture, the executor's RpcEnv 
does not need to listen for incoming connections anymore. The block manager 
listens on its own port, so even without an external shuffle service, you 
shouldn't need this (to correct my previous comment).
    
    Ah, so it means master/driver should run a RpcEnv server, and 
worker/executor should run a RpcEnv client? Never thought about it. I will 
investigate it later when removing Akka.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to