Hello all, I've setup a yarn cluster in a docker swarm environment and so far it seems to be working well.
My biggest problem is with browsing through the links of the yarn application manager ui. Nodemanager hostnames are docker generated hostnames and they are meaningless outside of the swarm environment. Is there a way to configure a different hostname for the nodemanager ui? I want them to use the internal hostnames for communicating between them but show the provided hostname on yarn ui. Can I use yarn.nodemanager.webapp.address for something like this? Is this configuration the web address that reflects on the yarn ui? (particularly, I want to use the external hostname of my ec2 instance which I can get before I start the nodemanager through some magic web api's on ec2) Thank you very much Kind Regards
