1.

What Are The Hadoop Configuration Files At Present?

Answer»

There are 3 configuration FILES in Hadoop:

1. conf/core-site.xml:

fs.default.name

hdfs: //localhost:9000

 2. conf/hdfs-site.xml:

 dfs.replication 1

 3. conf/mapred-site.xml:

 mapred.job.tracker local host: 9001 

There are 3 configuration files in Hadoop:

1. conf/core-site.xml:

fs.default.name

hdfs: //localhost:9000

 2. conf/hdfs-site.xml:

 dfs.replication 1

 3. conf/mapred-site.xml:

 mapred.job.tracker local host: 9001 



Discussion

No Comment Found