Hadoop Distributed File System Flashcards

1
Q

What are the major functions of a file system?

A
  • Control how data is stored and retrieved.
  • Metadata about files and folders.
  • Permissions and security.
    -Manage storage space efficiently.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the block size for Hadoop?

A

128 MB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the functionalities of HDFS?

A
  • Supports distributed processing
  • Handles failures
  • HDFS supports scalability
  • HDFS is cost effective
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the syntax of a command?

A

command [-option(s)][argument(s)]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the command sudo do?

A

super user do

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the command ls do?

A

List

ls -l -> detailed list
ls -lh -> human readable language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the command cd do?

A

change directory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the command whereis do?

A

To execute a command but you don’t know where the file is located.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the command cat do?

A

Concatenates, shows a snippet of a file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the command gedit do?

A

Edits text.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does chmod do?

A

Changes the permissions on a file or folder.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly