-
- Downloads
[SPARK-9044] Fix "Storage" tab in UI so that it reflects RDD name change.
## What changes were proposed in this pull request? 1. Making 'name' field of RDDInfo mutable. 2. In StorageListener: catching the fact that RDD's name was changed and updating it in RDDInfo. ## How was this patch tested? 1. Manual verification - the 'Storage' tab now behaves as expected. 2. The commit also contains a new unit test which verifies this. Author: Lukasz <lgieron@gmail.com> Closes #13264 from lgieron/SPARK-9044.
Showing
- core/src/main/scala/org/apache/spark/storage/RDDInfo.scala 1 addition, 1 deletioncore/src/main/scala/org/apache/spark/storage/RDDInfo.scala
- core/src/main/scala/org/apache/spark/ui/storage/StorageTab.scala 1 addition, 1 deletion...c/main/scala/org/apache/spark/ui/storage/StorageTab.scala
- core/src/test/scala/org/apache/spark/ui/storage/StorageTabSuite.scala 17 additions, 0 deletions...t/scala/org/apache/spark/ui/storage/StorageTabSuite.scala
Please register or sign in to comment