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.

check all loaded configuration parameters

avatar
Explorer

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

avatar
Mentor
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.

View solution in original post

1 REPLY 1

avatar
Mentor
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.