[ https://issues.apache.org/jira/browse/SPARK-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959466#comment-13959466 ]
Kan Zhang commented on SPARK-1348: ---------------------------------- JettyUtils.startJettyServer() used to bind to all interfaces, however, SPARK-1060 change that to only bind to a specific interface (preferably a non-loopback address). If you want to revert to previous behavior, here's the patch. https://github.com/apache/spark/pull/318 > Spark UI's do not bind to localhost interface anymore > ----------------------------------------------------- > > Key: SPARK-1348 > URL: https://issues.apache.org/jira/browse/SPARK-1348 > Project: Spark > Issue Type: Bug > Components: Spark Core > Reporter: Patrick Wendell > Priority: Blocker > Fix For: 1.0.0 > > > When running the shell or standalone master, it no longer binds to localhost. > I think this may have been caused by the security patch. We should figure out > what caused it and revert to the old behavior. Maybe we want to always bind > to `localhost` or just to bind to all interfaces. -- This message was sent by Atlassian JIRA (v6.2#6252)