aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-01-12 15:20:16 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-01-12 15:35:08 -0800
commitcfb1e6c13cd9021e29abe38edceded4b988fbe5b (patch)
tree34413cd185797fda053f103daa44bdc7619b32ed /core
parent288a878999848adb130041d1e40c14bfc879cec6 (diff)
downloadspark-cfb1e6c13cd9021e29abe38edceded4b988fbe5b.tar.gz
spark-cfb1e6c13cd9021e29abe38edceded4b988fbe5b.tar.bz2
spark-cfb1e6c13cd9021e29abe38edceded4b988fbe5b.zip
Setting load defaults to true in executor
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/org/apache/spark/executor/Executor.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/org/apache/spark/executor/Executor.scala b/core/src/main/scala/org/apache/spark/executor/Executor.scala
index a7b2328a02..7f31d7e6f8 100644
--- a/core/src/main/scala/org/apache/spark/executor/Executor.scala
+++ b/core/src/main/scala/org/apache/spark/executor/Executor.scala
@@ -57,7 +57,7 @@ private[spark] class Executor(
Utils.setCustomHostname(slaveHostname)
// Set spark.* properties from executor arg
- val conf = new SparkConf(false)
+ val conf = new SparkConf(true)
conf.setAll(properties)
// If we are in yarn mode, systems can have different disk layouts so we must set it