When I attempted to start Flink 1.4.2 on Mesosphere DC/OS Version 1.11.1 - I've ran into the issue described here: https://stackoverflow.com/questions/45391980/error-installing-flink-in-dcos This workaround solved the problem: https://stackoverflow.com/a/48184752
Is there something that can be changed in the Mesos project, to avoid this issue? Or is there a place to document it along with the workaround? We are trying to find the IP of localhost from container, right? Why not use '127.0.0.1' instead of `hostname -f` followed by name resolution?.. https://github.com/mesosphere/dcos-flink-service/blob/1.4.2/container/appmaster/runit/service/flink/run#L37 Please note that hostname resolves fine on the VM (through DNS resolution). It is only in the container where it fails (unless we edit /etc/hosts). Thanks, Alex Nekrassov