Github user kanzhang commented on the pull request:

    https://github.com/apache/spark/pull/318#issuecomment-39521708
  
    actually 0.0.0.0 was misleading. the old implementation of 
JettyUtils.startJettyServer("0.0.0.0", port, handlers) ignores ip address and 
simply uses port number to invoke 
    
    val server = new Server(currentPort). when host is not set, Jetty binds to 
all interfaces.
    
    This patch reverts back to old behavior, including how logging messages are 
handled (they say Jetty is started at host, not 0.0.0.0).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to