yaooqinn commented on code in PR #43903:
URL: https://github.com/apache/spark/pull/43903#discussion_r1469179023
##########
core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala:
##########
@@ -35,8 +35,9 @@ private[history] class HistoryPage(parent: HistoryServer)
extends WebUIPage("")
val lastUpdatedTime = parent.getLastUpdatedTime()
val providerConfig = parent.getProviderConfig()
val content =
- <script src={UIUtils.prependBaseUri(request,
"/static/historypage-common.js")}></script> ++
- <script src={UIUtils.prependBaseUri(request,
"/static/utils.js")}></script>
+ <script type="module"
+ src={UIUtils.prependBaseUri(request,
"/static/historypage-common.js")} /> ++
Review Comment:
Let me fix it. Thank you @dongjoon-hyun
--
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]