If I recall correctly, we only hardcode "localhost" in the local mini cluster - do you think it is problematic there as well?
Have you found any other places? On Mon, Mar 2, 2015 at 10:26 AM, Dulaj Viduranga <vidura...@icloud.com> wrote: > In some places of the code, "localhost" is hard coded. When it is resolved > by the DNS, it is posible to be directed to a different IP other than > 127.0.0.1 (like private range 10.0.0.0/8). I changed those places to > 127.0.0.1 and it works like a charm. > But hard coding 127.0.0.1 is not a good option because when the jobmanager > ip is changed, this becomes an issue again. I'm thinking of setting > jobmanager ip from the config.yaml to these places. > If you have a better idea on doing this with your experience, please let > me know. > > Best. >