GitHub user andrewor14 opened a pull request:
https://github.com/apache/spark/pull/281
[Hot Fix #42] Persisted RDD disappears on storage page if re-used
If a previously persisted RDD is re-used, its information disappears from
the Storage page.
This is because the tasks associated with re-using the RDD do not report
the RDD's blocks as updated (they already exist in the BlockManager). On stage
submit, however, we overwrite any existing information regarding that RDD with
a fresh one, whether or not the information for the RDD already exists.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrewor14/spark ui-storage-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/281.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #281
----
commit 408585aa9db66f6d21ff45310623b2dec5093a2b
Author: Andrew Or <[email protected]>
Date: 2014-04-01T01:20:29Z
Fix storage UI bug
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---