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 2022/08/22 04:04:36 UTC

[GitHub] [spark] gengliangwang commented on pull request #37577: [SPARK-40144][WEB UI] Standalone log-view can't load new

gengliangwang commented on PR #37577:
URL: https://github.com/apache/spark/pull/37577#issuecomment-1221777323

   @obobj The file utils.js is not in every header.
   ```
   $ find . -name "*.scala"|xargs grep utils.js
   ./core/src/main/scala/org/apache/spark/ui/exec/ExecutorsTab.scala:        <script src={UIUtils.prependBaseUri(request, "/static/utils.js")}></script> ++
   ./core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala:          <script src={UIUtils.prependBaseUri(request, "/static/utils.js")}></script>
   ./core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala:      <script src={UIUtils.prependBaseUri(request, "/static/utils.js")}></script>
   ```
   
   Could you describe how to reproduce the issue in the PR description? If necessary, we can add the file to the problematic page's header.


-- 
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