Skip to content
Snippets Groups Projects
Commit cfb1e6c1 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Setting load defaults to true in executor

parent 288a8789
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ private[spark] class Executor( ...@@ -57,7 +57,7 @@ private[spark] class Executor(
Utils.setCustomHostname(slaveHostname) Utils.setCustomHostname(slaveHostname)
// Set spark.* properties from executor arg // Set spark.* properties from executor arg
val conf = new SparkConf(false) val conf = new SparkConf(true)
conf.setAll(properties) conf.setAll(properties)
// If we are in yarn mode, systems can have different disk layouts so we must set it // If we are in yarn mode, systems can have different disk layouts so we must set it
......
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