Github user ajbozarth commented on a diff in the pull request:
https://github.com/apache/spark/pull/18941#discussion_r134589055
--- Diff: core/src/main/scala/org/apache/spark/ui/UIUtils.scala ---
@@ -161,6 +161,7 @@ private[spark] object UIUtils extends Logging {
def commonHeaderNodes: Seq[Node] = {
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+ <link rel="shortcut icon" href="about:blank"/>
--- End diff --
The issues you're trying to address are generally harmless errors across
the entire UI used by partial imports of 3rd party libraries, which is common
in web dev. I'm still a fan of addressing them though.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]