dongjoon-hyun commented on code in PR #36984:
URL: https://github.com/apache/spark/pull/36984#discussion_r906611920


##########
core/src/main/scala/org/apache/spark/deploy/rest/RestSubmissionServer.scala:
##########
@@ -71,7 +71,7 @@ private[spark] abstract class RestSubmissionServer(
   def start(): Int = {
     val (server, boundPort) = Utils.startServiceOnPort[Server](requestedPort, 
doStart, masterConf)
     _server = Some(server)
-    logInfo(s"Started REST server for submitting applications on port 
$boundPort")
+    logInfo(s"Started REST server for submitting applications on $host with 
port $boundPort")

Review Comment:
   ```
   StandaloneRestServer: Started REST server for submitting applications on 
172.16.0.31 with port 54511
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to