Github user philwills commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/205#issuecomment-131806588
  
    Not sure if it's best to comment here, or open a new issue, but 
    
    ```java
    java.net.InetAddress.getLocalHost().getHostName();
    ```
    
    isn't going to return all possible addresses which a node might reasonably 
be listening on. For instance, on an EC2 node, this will return the private IP, 
but if you want to connect to that node from outside of Amazon's network, that 
address won't be visible, where as the public address will.
    
    I think there needs to at least be the option of setting an alternative 
value in config.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to