Skip to content

Commit ba05ca0

Browse files
committed
fxi worker
1 parent 75376c0 commit ba05ca0

File tree

1 file changed

+1
-2
lines changed
  • core/src/main/scala/org/apache/spark/deploy/worker

1 file changed

+1
-2
lines changed

core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,7 @@ private[deploy] class Worker(
276276
activeMasterWebUiUrl.stripSuffix("/"), workerId))
277277
// if reverseProxyUrl is not set, then we continue to generate relative URLs
278278
// starting with "/" throughout the UI and do not use activeMasterWebUiUrl
279-
val proxyUrl = conf.get(UI_REVERSE_PROXY_URL.key, "").stripSuffix("/") +
280-
"/proxy/" + workerId
279+
val proxyUrl = conf.get(UI_REVERSE_PROXY_URL.key, "").stripSuffix("/")
281280
System.setProperty("spark.ui.proxyBase", proxyUrl)
282281
}
283282
// Cancel any outstanding re-registration attempts because we found a new master

0 commit comments

Comments
 (0)