Hi, I would like to be able to access yarn container's log directory from my map reduce implementation.
For example if I have the following config yarn.nodemanager.log-dirs=/mnt/yarn/log I want to access the subfolder for the container log that's written to this directory e.g., /mnt/yarn/log/application_1479833596065_1010/container_e06_1479833596065_1010_01_000003 Is there an API I can use to get access to the above? Any help is greatly appreciated. Thanks.
