Inspect Hadoop configuration using command-line. Hadoop provides a utility to get necessary configuration information. $ hdfs getconf hdfs getconf is utility for getting configuration information from the config file. hadoop getconf [-namenodes] gets list of namenodes in the cluster. [-secondaryNameNodes] gets list of secondary namenodes in the cluster. [-backupNodes] gets list of backup nodes in […]
↧