Commit a4a5212
committed
[streaming] SPARK-10955. Disable dynamic allocation for Streaming applications.
Dynamic allocation can be painful for streaming apps and can lose data. The one drawback though
is that apps which run Streaming and non-streaming form the same context will also end up not
being able to do dynamic allocation.1 parent e978360 commit a4a5212
File tree
1 file changed
+10
-1
lines changed- streaming/src/main/scala/org/apache/spark/streaming
1 file changed
+10
-1
lines changedLines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
567 | 576 | | |
568 | 577 | | |
569 | 578 | | |
| |||
0 commit comments