https://github.com/apache/spark
Revision 94a4b465bba39dc866c2b060efd1002b55aa7ac2 authored by 韩田田00222924 on 31 January 2019, 17:17:33 UTC, committed by Marcelo Vanzin on 31 January 2019, 17:22:56 UTC
…not synchronized to the UI display

## What changes were proposed in this pull request?
The amount of memory used by the broadcast variable is not synchronized to the UI display.
I added the case for BroadcastBlockId and updated the memory usage.

## How was this patch tested?

We can test this patch with unit tests.

Closes #23649 from httfighter/SPARK-26726.

Lead-authored-by: 韩田田00222924 <han.tiantian@zte.com.cn>
Co-authored-by: han.tiantian@zte.com.cn <han.tiantian@zte.com.cn>
Signed-off-by: Marcelo Vanzin <vanzin@cloudera.com>
(cherry picked from commit f4a17e916b729f9dc46e859b50a416db1e37b92e)
Signed-off-by: Marcelo Vanzin <vanzin@cloudera.com>
1 parent ad18faa
History
Tip revision: 94a4b465bba39dc866c2b060efd1002b55aa7ac2 authored by 韩田田00222924 on 31 January 2019, 17:17:33 UTC
[SPARK-26726] Synchronize the amount of memory used by the broadcast variable to the UI display
Tip revision: 94a4b46

README.md

back to top