GitHub user srowen opened a pull request:
https://github.com/apache/spark/pull/10159
[SPARK-11824] [WEBUI] WebUI does not render descriptions with 'bad' HTML,
throws console error
Don't warn when description isn't valid HTML since it may properly be like
"SELECT ... where foo <= 1"
The tests for this code indicate that it's normal to handle strings like
this that don't contain HTML as a string rather than markup. Hence logging
every such instance as a warning is too noisy since it's not a problem. this is
an issue for stages whose name contain SQL like the above
CC @tdas as author of this bit of code
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srowen/spark SPARK-11824
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10159.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 #10159
----
commit 85c24f25ed826eabf33812387028e4e2d5187b89
Author: Sean Owen <[email protected]>
Date: 2015-12-05T16:22:08Z
Don't warn when description isn't valid HTML since it may properly be like
"SELECT ... where foo <= 1"
----
---
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]