Popular Certifications Big Data

Big Data & Data Engineer

Most popular courses for Cloud Computing

Cloud Computing

Most popular Certifications in SAS

SAS & Analytics

Most popular Certifications in Programming

Certifications in Programming

Popular Certification By Category

Learn Big Data

You can learn Anywhere, with this courses.

Browse All BigData Courses

Learn Cloud Computing

You can learn Anywhere, with this courses.

Browse All Cloud Computing Courses

Learn NoSQL

You can learn Anywhere, with this courses.

Browse All NoSQL Courses

Learn Programming

You can learn Anywhere, with this courses.

Browse All Programming Courses

Learn Data Analytics

You can learn Anywhere, with this courses.

Browse All Data Analytics Courses

Popular Snowflake Courses & Certifications

Snowflake

Popular Technology Mock Interviews

Mock Interviews

Popular NoSQL Courses

NoSQL

Popular Certifications Data Science & Analytics

Data Science & Analytics

Question-56: When creating ext4 filesystems for use with Hadoop data volumes, which of the following are Cloudera's correct recommendations?

  1. Use one inode per 1 MB
  2. Minimize the number of super block backups or sparse_super
  3. Enable journaling or has_journal
  4. Use b-tree indexes for directory trees or dir_index
  5. Use extent-based allocations or extent

Answer:

Exp: Filesystem Creation Options: When creating ext4 filesystems for use with Hadoop data volumes, Cloudera recommends reducing the superuser block reservation from 5% to 1% for root (using the -m1 option) as well as setting the following options:

  • use one inode per 1 MB (largefile)
  • minimize the number of super block backups (sparse_super)
  •  
  • use b-tree indexes for directory trees (dir_index)
  • use extent-based allocations (extent)

 

Creating such an ext4 filesystem might look like this:

 

mkfs –t ext4 –m 1 –O sparse_super,dir_index,extent,has_journal /dev/sdb1

Creating an xfs filesystem might look like this:

mkfs –t xfs /dev/sdb1

When creating xfs filesystems, no options are required.  

Other Popular Courses