Important files in Hadoop

We will look at some important files that we need to consider. We will also see why these files are important in Hadoop. The following is the list of files:

  • Hadoop-default files: The following is the list of files that are shipped with Hadoop, which contains the default settings. Users must not change settings inside this file; rather, the changes must be done in site-specific files, which are listed in Hadoop overridden files.
    • mapred-default.xml
    • core-default.xml
    • hdfs-default.xml
    • yarn-default.xml
    • httpfs-default.xml
  • Hadoop configuration files to override default values: These are the files that are site specific or the values inside these files override the default parameters. So, changes must be made or new parameters must be ...

Get Learning HBase now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.