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 d0df92f commit 30b0ee5Copy full SHA for 30b0ee5
core/src/main/scala/org/apache/spark/deploy/PythonRunner.scala
@@ -49,7 +49,7 @@ object PythonRunner {
49
val gatewayServer = new py4j.GatewayServer(null, 0)
50
val thread = new Thread(new Runnable() {
51
override def run(): Unit = Utils.logUncaughtExceptions {
52
- gatewayServer.start()
+ gatewayServer.start(false)
53
}
54
})
55
thread.setName("py4j-gateway")
0 commit comments