You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/07/31 14:14:58 UTC

[GitHub] [spark] attilapiros edited a comment on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host

attilapiros edited a comment on issue #25299: [SPARK-27651][Core] Avoid the network when shuffle blocks are fetched from the same host
URL: https://github.com/apache/spark/pull/25299#issuecomment-516867434
 
 
   No. To fetch a block from the external shuffle service the network must be used. 
   Here the executor can read the block for itself from the disk directly so the fetching via network (and writing the content to a file) is really avoided. What I meant the mechanism how it is done (reading the disk of the other executors) is the very same.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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