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 75376c0 commit ba05ca0Copy full SHA for ba05ca0
core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala
@@ -276,8 +276,7 @@ private[deploy] class Worker(
276
activeMasterWebUiUrl.stripSuffix("/"), workerId))
277
// if reverseProxyUrl is not set, then we continue to generate relative URLs
278
// starting with "/" throughout the UI and do not use activeMasterWebUiUrl
279
- val proxyUrl = conf.get(UI_REVERSE_PROXY_URL.key, "").stripSuffix("/") +
280
- "/proxy/" + workerId
+ val proxyUrl = conf.get(UI_REVERSE_PROXY_URL.key, "").stripSuffix("/")
281
System.setProperty("spark.ui.proxyBase", proxyUrl)
282
}
283
// Cancel any outstanding re-registration attempts because we found a new master
0 commit comments