that looks like the host name not the ip, if all of your boxes have the same host name on the box, you will see that issue Jacob Johansen
On Wed, Jun 15, 2016 at 4:25 AM, Matthew Lowe <[email protected]> wrote: > Hello. > > When I run the following code on my supervisor I am given the nimbus IP? > What is happening here? I want the IP of the host machine this code is run > on, not the nimbus. > > String hostName = InetAddress.getLocalHost().getHostName();
