- 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 get YARN resource manager run time property setting
- Labels:
-
Apache YARN
-
Cloudera Manager
Created ‎04-22-2016 07:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can check here http://<RESOURCE_MANAGER IP/Hostname>:8088/conf
Created ‎04-22-2016 08:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can check here http://<RESOURCE_MANAGER IP/Hostname>:8088/conf
Created ‎04-24-2016 01:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. It is hdfs command. I was looking at yarn.
Created ‎04-25-2016 07:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@wayne2chicago thanks, Also if my answer if matching to your expectation then can you please accept it as answer?
