File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
core/src/main/scala/org/apache/spark Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,6 @@ class SparkContext(config: SparkConf) extends Logging with ExecutorAllocationCli
252252 val extBlkFolderName = " spark-" + randomUUID.toString()
253253 @ deprecated(" Use extBlkFolderName instead." , " 1.4.0" )
254254 val tachyonFolderName = extBlkFolderName
255- conf.set(" spark.extBlkStore.folderName" , extBlkFolderName)
256255
257256 def isLocal : Boolean = (master == " local" || master.startsWith(" local[" ))
258257
@@ -389,7 +388,7 @@ class SparkContext(config: SparkConf) extends Logging with ExecutorAllocationCli
389388 }
390389 }
391390
392- _conf.set(" spark.tachyonStore .folderName" , tachyonFolderName )
391+ _conf.set(" spark.extBlkStore .folderName" , extBlkFolderName )
393392
394393 if (master == " yarn-client" ) System .setProperty(" SPARK_YARN_MODE" , " true" )
395394
You can’t perform that action at this time.
0 commit comments