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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to