Github user tnachen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21027#discussion_r208468846
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/rest/RestSubmissionServer.scala ---
    @@ -63,6 +63,8 @@ private[spark] abstract class RestSubmissionServer(
         s"$baseContext/create/*" -> submitRequestServlet,
         s"$baseContext/kill/*" -> killRequestServlet,
         s"$baseContext/status/*" -> statusRequestServlet,
    +    "/health" -> new ServerStatusServlet(this),
    +    "/status" -> new ServerStatusServlet(this),
    --- End diff --
    
    Also, what is the intended user for this information? 


---

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

Reply via email to