I have setup timeline server on my Hadoop 2.7.
Enabled timeline server on http port 8188
It is working fine, able to view all jobs on UI.
Now whenever I check application attempt logs, container logs (link) It points to
0.0.0.0:8188/applicationhistory/logs/host:port/container...
Now I want it to point to correct host and logs directory.
I have enabled below properties in yarn-site.xml - Yarn.log-aggregation-enable=true and Yarn.nodemanager.remote-app-log-dir=
In mapr 6.1 , there is hidden property Yarn.timeline-service.webapp.all-ifaces =false
It should work Validated and tested.