Github user jiangxb1987 commented on a diff in the pull request:
https://github.com/apache/spark/pull/21624#discussion_r198189239
--- Diff: docs/configuration.md ---
@@ -456,6 +456,13 @@ Apart from these, the following properties are also
available, and may be useful
from JVM to Python worker for every task.
</td>
</tr>
+<tr>
+ <td><code>spark.python.task.killTimeout</code></td>
+ <td>2s</td>
+ <td>
+ How long to wait before killing the python worker if a task cannot be
interrupted.
--- End diff --
"Timeout to wait before killing the python worker when a task cannot be
interrupted."
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]