Skip to content
Snippets Groups Projects
Commit 815d6bd6 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Renamed subdirs option

parent e54e1d70
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class DiskStore(blockManager: BlockManager, rootDirs: String)
extends BlockStore(blockManager) {
val MAX_DIR_CREATION_ATTEMPTS: Int = 10
val subDirsPerLocalDir = System.getProperty("spark.diskStore.subdirs", "64").toInt
val subDirsPerLocalDir = System.getProperty("spark.diskStore.subDirectories", "64").toInt
// Create one local directory for each path mentioned in spark.local.dir; then, inside this
// directory, create multiple subdirectories that we will hash files into, in order to avoid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment