Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Add a spark a WebUI Tab for Memory usage, the Tab should expose memory usage status in different spark components. It should show the summary for each executors and may also the details for each tasks. On this Tab, there may be some duplicated information with "Storage" Tab, but they are in different showing format, take RDD cache for example, the RDD cached size showed on "Storage" Tab is indexed with RDD name, while on "memory usage" Tab, the RDD can be indexed with Executors, or tasks. Also, the two Tabs can share some same Web Pages.