Created 10-27-2015 03:24 AM
Hi,
How do you reduce the level of logging for YARN?
Created on 10-27-2015 03:29 AM - edited 08-19-2019 05:55 AM
Change the yarn-log4j configuration as shown. Make sure that the properties are uncommented.
Created on 10-27-2015 03:29 AM - edited 08-19-2019 05:55 AM
Change the yarn-log4j configuration as shown. Make sure that the properties are uncommented.
Created 10-27-2015 06:10 AM
Add the following variable to the yarn-log4j configuration via Ambari
export YARN_ROOT_LOGGER=DEBUG,RFA
Be careful, this will fill up the Resourcemanager log with a lot of details 🙂