Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

debug application master

avatar
Explorer

How to enable debug logs for Application Master ?

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Monalisa Tripathy

Is this what you are looking out for?

tez.am.log.level => Root logging level passed to the Tez Application Master.

yarn.app.mapreduce.am.log.level => The logging level for the MR ApplicationMaster. The allowed levels are: OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE and ALL

View solution in original post

5 REPLIES 5

avatar
Master Mentor

@Monalisa Tripathy

Is this what you are looking out for?

tez.am.log.level => Root logging level passed to the Tez Application Master.

yarn.app.mapreduce.am.log.level => The logging level for the MR ApplicationMaster. The allowed levels are: OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE and ALL

avatar
Master Mentor

@Monalisa Tripathy

Did that answer your query? If yes, then please mark this thread as answered by clicking on the "Accept" button .. If you have any additional query then please post back.

avatar
Explorer

@Jay Kumar SenSharma : thanks yes. Can you help me with configuration file where I need to set value for yarn.app.mapreduce.am.log.level

avatar
Master Mentor

@Monalisa Tripathy

The mentioned property should go inside mapred-site.xml.

Via Ambari UI --> MapReduce2 --> Configs --> Advanced --> "Advanced mapred-site". you will find a property by default set to INFO as following there you can change it to DEBUG:


yarn.app.mapreduce.am.log.level=INFO

.

avatar

The above question and the entire reply thread below was originally posted in the Community Help Track. On Tue Jun 4 01:52 UTC 2019, a member of the HCC moderation staff moved it to the Cloud & Operations track. The Community Help Track is intended for questions about using the HCC site itself.

Bill Brooks, Community Moderator
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.