-
- Downloads
[SPARK-14252] Executors do not try to download remote cached blocks
## What changes were proposed in this pull request? As mentioned in the ticket this was because one get path in the refactored `BlockManager` did not check for remote storage. ## How was this patch tested? Unit test, also verified manually with reproduction in the ticket. cc JoshRosen Author: Eric Liang <ekl@databricks.com> Closes #12193 from ericl/spark-14252.
Showing
- core/src/main/scala/org/apache/spark/storage/BlockManager.scala 8 additions, 0 deletions...rc/main/scala/org/apache/spark/storage/BlockManager.scala
- core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala 13 additions, 0 deletions...st/scala/org/apache/spark/storage/BlockManagerSuite.scala
Please register or sign in to comment