nerdexam
Cloudera

CCA-500 · Question #26

You are configuring a server running HDFS, MapReduce version 2 (MRv2) on YARN running Linux. How must you format underlying file system of each DataNode?

The correct answer is C. They may be formatted in any Linux file system. Hadoop Operations: Choosing a Filesystem Today Hadoop primarily runs on Linux: as a result we'll focus on common Linux filesystems. To be sure, Hadoop can run on more exotic filesystems such as those from commercial vendors, but this usually isn't cost-effective. Remember that…

Deployment

Question

You are configuring a server running HDFS, MapReduce version 2 (MRv2) on YARN running Linux. How must you format underlying file system of each DataNode?

Options

  • AThey must be formatted as HDFS
  • BThey must be formatted as either ext3 or ext4
  • CThey may be formatted in any Linux file system
  • DThey must not be formatted - - HDFS will format the file system automatically

How the community answered

(26 responses)
  • A
    15% (4)
  • B
    4% (1)
  • C
    73% (19)
  • D
    8% (2)

Explanation

Hadoop Operations: Choosing a Filesystem Today Hadoop primarily runs on Linux: as a result we'll focus on common Linux filesystems. To be sure, Hadoop can run on more exotic filesystems such as those from commercial vendors, but this usually isn't cost-effective. Remember that Hadoop is designed to be not only low-cost, but also modest in its requirements on the hosts on which it runs. By far, the most common filesystems used in production clusters are ext3, ext4, and xfs.

Topics

#DataNode filesystem#Linux filesystem#HDFS setup#storage format

Community Discussion

No community discussion yet for this question.

Full CCA-500 Practice