Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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?