Github user zsxwing commented on the pull request:

    https://github.com/apache/spark/pull/11133#issuecomment-188937933
  
    @srowen Just found a problem when using spark-shell. 
    
    After this change, when I start spark-shell, it binds to my real ip. It 
means I cannot use `localhost` or `127.0.0.1` to access the web UI. It's really 
not friendly to the beginners since they may have no idea why they cannot 
access web UI using `localhost:4040`.
    
    Moreover, by default, spark-shell's log level will be WARN. So I cannot 
find the web UI link in the log when using spark-shell unless I manually change 
the log level before starting spark-shell.
    
    As `spark-shell` is usually the first step for the Spark beginners, we 
should fix it. If it's not easy, I would like to revert this patch.


---
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.
---

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

Reply via email to