Github user aarondav commented on a diff in the pull request:
https://github.com/apache/spark/pull/3001#discussion_r19702270
--- Diff:
core/src/main/scala/org/apache/spark/network/BlockTransferService.scala ---
@@ -60,10 +60,11 @@ abstract class BlockTransferService extends Closeable
with Logging {
* return a future so the underlying implementation can invoke
onBlockFetchSuccess as soon as
* the data of a block is fetched, rather than waiting for all blocks to
be fetched.
*/
- def fetchBlocks(
- hostName: String,
+ override def fetchBlocks(
+ host: String,
port: Int,
- blockIds: Seq[String],
+ execId: String,
--- End diff --
Yes, each executor registers its ExecutorShuffleInfo, which includes its
own localDirs (created by the Executor on initialization).
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]