Github user ajbozarth commented on the issue:
https://github.com/apache/spark/pull/19132
Though this may fix the problem it is 100% the wrong way to do it for
multiple reasons:
1. The UI should not touch the FS, FS access it abstracted out so the UI is
can work with multiple FS impls
2. This fix assumes it's running the History Server in a class used by both
the Web UI and SHS
Without a deeper look at the issue I would instead look at why the problem
is occurring and fixing that rather than putting a bandaid on the UI like this.
(Note: I've done this before and got the same response, nothing personally :)
I would recommend closing this and opening a new PR once you figure out a
new solution.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]