attilapiros commented 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-516843077
 
 
   Yes.
   
   Basically external shuffle service basically does the same: I mean it reads 
the local disks of the host local executors directly (it has its own mapping 
from app ID and executor ID tuples to local disk). With this feature a regular 
executor will be able to do the same (here the mapping from executor to local 
disk is at the block manager master). 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to