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

    https://github.com/apache/spark/pull/21816#discussion_r219940865
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/rest/StandaloneRestServer.scala ---
    @@ -138,6 +138,10 @@ private[rest] class StandaloneSubmitRequestServlet(
         val driverExtraClassPath = 
sparkProperties.get("spark.driver.extraClassPath")
         val driverExtraLibraryPath = 
sparkProperties.get("spark.driver.extraLibraryPath")
         val superviseDriver = sparkProperties.get("spark.driver.supervise")
    +    val masters = sparkProperties.get("spark.master")
    --- End diff --
    
    I also don't know this code, but it seems a bit funny that part of the code 
uses `masterUrl` and part uses the property `spark.master`. `masterUrl` seems 
to be a spark: URL constructed from the actual RPC endpoint. Is this difference 
going to cause problems? is it that `spark.master` changes and needs to 
override it? whatever the reason, maybe some comments would help.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to