Skip to content

Commit a38c1d4

Browse files
committed
fxi worker
1 parent e133a3a commit a38c1d4

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
@@ -280,8 +280,7 @@ private[deploy] class Worker(
280280
activeMasterWebUiUrl.stripSuffix("/"), workerId))
281281
// if reverseProxyUrl is not set, then we continue to generate relative URLs
282282
// starting with "/" throughout the UI and do not use activeMasterWebUiUrl
283-
val proxyUrl = conf.get(UI_REVERSE_PROXY_URL.key, "").stripSuffix("/") +
284-
"/proxy/" + workerId
283+
val proxyUrl = conf.get(UI_REVERSE_PROXY_URL.key, "").stripSuffix("/")
285284
System.setProperty("spark.ui.proxyBase", proxyUrl)
286285
}
287286
// Cancel any outstanding re-registration attempts because we found a new master

0 commit comments

Comments
 (0)