Hi,
Anyone knows how to get value of yarn.nodemanager.hostname to public hostname instead of hostname?
I have hostname set for NM to worker00X.mylocal, and want to use my alias/public_hostname to nm1.dev.local.
Already changes ng webapps url to use public_hostname by following https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.2.0/bk_ambari-administration/content/ch_amb_ref...
But unfortunately, yarn.nodemanager.hostname doesnt get the public_hostname.
Thanks in advance