1.

What are the configuration files in Hadoop?

Answer»

Here is a list of Hadoop Configuration Files with their description

FileDescription
hadoop-env.shIt contains ENVIRONMENT variables used in SCRIPTS to run Hadoop.
core-site.shIt contains configuration settings for Hadoop, such as Core I/O COMMON to HDFS and MapReduce.
hdfs-site.shIt contains configuration settings for HDFS daemons, name NODES, secondary namenodes, and the data nodes.
mapred-site.shIt contains configuration settings for MapReduce daemons, such as the job trackers and the task trackers.
MastersIt is a list of machines that run a secondary name node.
SlavesIt is a list of machines that run data nodes and task-trackers.


Discussion

No Comment Found