We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e133a3a commit a38c1d4Copy full SHA for a38c1d4
core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala
@@ -280,8 +280,7 @@ private[deploy] class Worker(
280
activeMasterWebUiUrl.stripSuffix("/"), workerId))
281
// if reverseProxyUrl is not set, then we continue to generate relative URLs
282
// starting with "/" throughout the UI and do not use activeMasterWebUiUrl
283
- val proxyUrl = conf.get(UI_REVERSE_PROXY_URL.key, "").stripSuffix("/") +
284
- "/proxy/" + workerId
+ val proxyUrl = conf.get(UI_REVERSE_PROXY_URL.key, "").stripSuffix("/")
285
System.setProperty("spark.ui.proxyBase", proxyUrl)
286
}
287
// Cancel any outstanding re-registration attempts because we found a new master
0 commit comments