Skip to content

Commit e982ddb

Browse files
committed
use appUIHostPort in appUIAddress
1 parent 0803ec2 commit e982ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/ui/SparkUI.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private[spark] class SparkUI(
117117
*/
118118
private[spark] def appUIHostPort = publicHost + ":" + boundPort
119119

120-
private[spark] def appUIAddress = "http://" + publicHost + ":" + boundPort
120+
private[spark] def appUIAddress = s"http://appUIHostPort"
121121

122122
}
123123

0 commit comments

Comments
 (0)