We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53953d0 commit 43e0febCopy full SHA for 43e0feb
core/src/main/scala/org/apache/spark/executor/Executor.scala
@@ -112,11 +112,10 @@ private[spark] class Executor(
112
}
113
114
115
- // Create our ClassLoader and set it on this thread
+ // Create our ClassLoader
116
// do this after SparkEnv creation so can access the SecurityManager
117
private val urlClassLoader = createClassLoader()
118
private val replClassLoader = addReplClassLoaderIfNeeded(urlClassLoader)
119
- Thread.currentThread.setContextClassLoader(replClassLoader)
120
121
// Akka's message frame size. If task result is bigger than this, we use the block manager
122
// to send the result back.
0 commit comments