Support Questions

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

How to get YARN resource manager run time property setting

avatar
Expert Contributor

Is there any way to check YARN RM property setting such as yarn.resourcemanager.work-preserving-recovery.enabled? I did a curve-ball way via beeline with set -v. Is there a more direct way to check?

1 ACCEPTED SOLUTION

avatar
Super Collaborator

you can check here http://<RESOURCE_MANAGER IP/Hostname>:8088/conf

View solution in original post

4 REPLIES 4

avatar
Super Collaborator

you can check here http://<RESOURCE_MANAGER IP/Hostname>:8088/conf

avatar
Super Guru

@wayne2chicago

Here is the simplest way to find conf parameter values through command line.

Bash# hdfs getconf -confKey yarn.resourcemanager.work-preserving-recovery.enabled 

avatar
Expert Contributor

Thanks. It is hdfs command. I was looking at yarn.

avatar
Super Guru

@wayne2chicago thanks, Also if my answer if matching to your expectation then can you please accept it as answer?