You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/09/09 02:23:08 UTC

[GitHub] [spark] gengliangwang commented on pull request #33937: [SPARK-35822][UI] Spark UI-Executor tab is empty in IE11

gengliangwang commented on pull request #33937:
URL: https://github.com/apache/spark/pull/33937#issuecomment-915708357


   I run `git grep "document.baseURI"` and get the following:
   ```
   core/src/main/resources/org/apache/spark/ui/static/log-view.js:  var words = document.baseURI.split('/');
   core/src/main/resources/org/apache/spark/ui/static/stagepage.js:  var queryString = document.baseURI.split('?');
   core/src/main/resources/org/apache/spark/ui/static/stagepage.js:  var words = document.baseURI.split('/');
   core/src/main/resources/org/apache/spark/ui/static/stagepage.js:  var words = document.baseURI.split('?');
   core/src/main/resources/org/apache/spark/ui/static/utils.js:  var words = document.baseURI.split('/');
   core/src/main/resources/org/apache/spark/ui/static/utils.js:  var words = document.baseURI.split('/');
   core/src/main/resources/org/apache/spark/ui/static/utils.js:  var words = document.baseURI.split('/');
   core/src/main/resources/org/apache/spark/ui/static/utils.js:  var words = document.baseURI.split('/');
   ```
   
   Shall we fix all of them?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org