- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to Modify the Verbosity of Yarn Logs
- Labels:
-
Apache YARN
Created 10-27-2015 03:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Change the yarn-log4j configuration as shown. Make sure that the properties are uncommented.
Created 10-27-2015 06:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 🙂
