Commit ebd72f4
committed
[SPARK-20843][CORE] Add a config to set driver terminate timeout
## What changes were proposed in this pull request?
Add a `worker` configuration to set how long to wait before forcibly killing driver.
## How was this patch tested?
Jenkins
Author: Shixiong Zhu <[email protected]>
Closes #18126 from zsxwing/SPARK-20843.
(cherry picked from commit 6c1dbd6)
Signed-off-by: Shixiong Zhu <[email protected]>1 parent 6e6adcc commit ebd72f4
File tree
1 file changed
+2
-1
lines changed- core/src/main/scala/org/apache/spark/deploy/worker
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments