The char shows the shuffle stages of an application
After Stage-1 ShuffleWriting 349GB data, next 2 shuffle stages have no ShuffleWrite data,
is the 349GB data will be cleaned when stage-6 starts ShuffleWriting or already be cleaned when stage-2 starts shuffleWriting though it has no data to write?
stage-897 is the final stage and stage-896 has the latest ShuffleWrite with about 501GB .So the 501GB will be kept for 36 hours according to DEFAULT_APP_FILE_RETENTION_MILLIS(default 36h)?
| StageId | Input (GB) | Output (GB) | ShuffleRead (GB) | ShuffleWrite (GB) |
|---|
| 0 | 503.59 | 0.0 | 0.0 | 1723.94 |
| 1 | 0.0 | 0.0 | 1721.11 | 349.34 |
| 2 | 0.0 | 0.0 | 349.05 | 0.0 |
| 5 | 0.0 | 0.0 | 349.05 | 0.0 |
| 6 | 575.31 | 0.0 | 0.0 | 3045.01 |
| ... | ... | ... | ... | ... |
| 889 | 2439.36 | 0.0 | 269.53 | 1885.78 |
| 896 | 0.0 | 0.0 | 922.01 | 501.73 |
| 897 | 0.0 | 2900.98 | 2386.41 | 0.0 |
The char shows the shuffle stages of an application
After
Stage-1ShuffleWriting 349GB data, next 2 shuffle stages have no ShuffleWrite data,is the 349GB data will be cleaned when
stage-6starts ShuffleWriting or already be cleaned whenstage-2starts shuffleWriting though it has no data to write?stage-897is the final stage andstage-896has the latest ShuffleWrite with about501GB.So the 501GB will be kept for 36 hours according toDEFAULT_APP_FILE_RETENTION_MILLIS(default 36h)?