We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e1b2e commit 0aafba2Copy full SHA for 0aafba2
core/src/main/scala/org/apache/spark/storage/BlockManager.scala
@@ -726,6 +726,8 @@ private[spark] class BlockManager(
726
* Put the given block according to the given level in one of the block stores, replicating
727
* the values if necessary.
728
*
729
+ * If the block already exists, this method will not overwrite it.
730
+ *
731
* @param effectiveStorageLevel the level according to which the block will actually be handled.
732
* This allows the caller to specify an alternate behavior of doPut
733
* while preserving the original level specified by the user.
0 commit comments