Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
1.6.2, 2.0.0
-
None
Description
It looks like job history storage tab in history server is broken for completed jobs since 1.6.2.
More specifically it's broken since SPARK-13845.
I've fixed for my installation by effectively reverting the above patch (see).
IMHO, the most straightforward fix would be to implement SparkListenerBlockUpdated serialization to JSON in JsonProtocol making sure it works from ReplayListenerBus.
The downside will be that it will still work incorrectly with pre patch job histories. But then, it doesn't work since 1.6.2 anyhow.
PS: I'd really love to have this fixed eventually. But I'm pretty new to Apache Spark and missing hands on Scala experience. So I'd prefer that it be fixed by someone experienced with roadmap vision. If nobody volunteers I'll try to patch myself.
Attachments
Issue Links
- is caused by
-
SPARK-13845 BlockStatus and StreamBlockId keep on growing result driver OOM
- Resolved
- relates to
-
SPARK-27486 Enable History server storage information test
- Resolved
- links to