Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
check all loaded configuration parameters
Labels:
- Labels:
-
Apache Hadoop
Explorer
Created on ‎06-01-2016 03:58 PM - edited ‎09-16-2022 03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Folks,
Please let me know if there is a way to check all currently loaded paramters in the running namenode and datanode process.
for example hadoop org.apache.hadoop.conf.Configuration shows me the some parameters.
How can i check the current loaded value of the below parameter
heartbeat.recheck.interval
Please advise.
Thank You,
Mastan
1 ACCEPTED SOLUTION
Mentor
Created ‎06-01-2016 04:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Most Hadoop and HBase roles at least have a configuration servlet that you
can visit over at their Web Port's /conf page, for ex.
http://NNHOST:50070/conf, which would show you their loaded configuration.
can visit over at their Web Port's /conf page, for ex.
http://NNHOST:50070/conf, which would show you their loaded configuration.
1 REPLY 1
Mentor
Created ‎06-01-2016 04:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Most Hadoop and HBase roles at least have a configuration servlet that you
can visit over at their Web Port's /conf page, for ex.
http://NNHOST:50070/conf, which would show you their loaded configuration.
can visit over at their Web Port's /conf page, for ex.
http://NNHOST:50070/conf, which would show you their loaded configuration.
