Created 04-22-2016 07:06 PM
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?
Created 04-22-2016 08:21 PM
you can check here http://<RESOURCE_MANAGER IP/Hostname>:8088/conf
Created 04-22-2016 08:21 PM
you can check here http://<RESOURCE_MANAGER IP/Hostname>:8088/conf
Created 04-24-2016 01:30 PM
Here is the simplest way to find conf parameter values through command line.
Bash# hdfs getconf -confKey yarn.resourcemanager.work-preserving-recovery.enabled
Created 04-25-2016 02:39 PM
Thanks. It is hdfs command. I was looking at yarn.
Created 04-25-2016 07:03 PM
@wayne2chicago thanks, Also if my answer if matching to your expectation then can you please accept it as answer?