Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/11534#discussion_r55618676
--- Diff:
core/src/main/scala/org/apache/spark/storage/DiskBlockManager.scala ---
@@ -26,18 +26,14 @@ import org.apache.spark.util.{ShutdownHookManager,
Utils}
/**
* Creates and maintains the logical mapping between logical blocks and
physical on-disk
- * locations. By default, one block is mapped to one file with a name
given by its BlockId.
- * However, it is also possible to have a block map to only a segment of a
file, by calling
- * mapBlockToFileSegment().
+ * locations. One block is mapped to one file with a name given by its
BlockId.
*
* Block files are hashed among the directories listed in spark.local.dir
(or in
* SPARK_LOCAL_DIRS, if it's set).
*/
-private[spark] class DiskBlockManager(blockManager: BlockManager, conf:
SparkConf)
- extends Logging {
+private[spark] class DiskBlockManager(conf: SparkConf, deleteFilesOnStop:
Boolean) extends Logging {
--- End diff --
nice!
---
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]