aboutsummaryrefslogtreecommitdiff
path: root/docs/submitting-applications.md
diff options
context:
space:
mode:
authorAndrew Or <andrewor14@gmail.com>2014-06-27 15:23:25 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-06-27 15:23:25 -0700
commit21e0f77b6321590ed86223a60cdb8ae08ea4057f (patch)
treeddeb6f31ef69b8b040c6e1da2df4b2cedc80e782 /docs/submitting-applications.md
parent18f29b96c7e0948f5f504e522e5aa8a8d1ab163e (diff)
downloadspark-21e0f77b6321590ed86223a60cdb8ae08ea4057f.tar.gz
spark-21e0f77b6321590ed86223a60cdb8ae08ea4057f.tar.bz2
spark-21e0f77b6321590ed86223a60cdb8ae08ea4057f.zip
[SPARK-2307] SparkUI - storage tab displays incorrect RDDs
The issue here is that the `StorageTab` listens for updates from the `StorageStatusListener`, but when a block is kicked out of the cache, `StorageStatusListener` removes it from its list. Thus, there is no way for the `StorageTab` to know whether a block has been dropped. This issue was introduced in #1080, which was itself a bug fix. Here we revert that PR and offer a different fix for the original bug (SPARK-2144). Author: Andrew Or <andrewor14@gmail.com> Closes #1249 from andrewor14/storage-ui-fix and squashes the following commits: af019ce [Andrew Or] Fix SPARK-2307
Diffstat (limited to 'docs/submitting-applications.md')
0 files changed, 0 insertions, 0 deletions