mapred-site.xml file not present in Hadoop 2.7.0

6,269

You need to rename the mapred-site.xml.template file to mapred-site.xml.
(in hadoop-2.7.0/etc/hadoop)

For this, you can use:

mv mapred-site.xml.template mapred-site.xml

and then make changes in the configuration file mapred-site.xml as required.

Share:
6,269

Related videos on Youtube

fahim
Author by

fahim

Undergraduate student of Department of Computer Science ,University of Jaffna. view my LinkdIn profile

Updated on September 18, 2022

Comments

  • fahim
    fahim over 1 year

    I have installed Hadoop 2.7.0 on Ubuntu 14.04. There is no mapred-site.xml file in the hadoop-2.7.0/etc/hadoop directory. But there is a file mapred-site.xml.template in that directory. Are both files the same or is mapred-site.xml file missing? The hadoop-env.sh and core-site.xml files are present in the directory.