adplus-dvertising
frame-decoration

Question

HDFS provides a command line interface called __________ used to interact with HDFS.

a.

“HDFS Shell”

b.

“FS Shell”

c.

“DFS Shell”

d.

None of the mentioned

Answer: (b).“FS Shell”

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. HDFS provides a command line interface called __________ used to interact with HDFS.

Similar Questions

Discover Related MCQs

Q. HDFS is implemented in _____________ programming language.

Q. For YARN, the ___________ Manager UI provides host and port information.

Q. For ________ the HBase Master UI provides information about the HBase Master uptime.

Q. During start up, the ___________ loads the file system state from the fsimage and the edits log file.

Q. In order to read any file in HDFS, instance of __________ is required.

Q. ______________ is method to copy byte from input stream to any other stream in Hadoop.

Q. _____________ is used to read data from bytes buffers.

Q. Interface ____________ reduces a set of intermediate values which share a key to a smaller set of values.

Q. Reducer is input the grouped output of a ____________

Q. The output of the reduce task is typically written to the FileSystem via ____________

Q. Applications can use the _________ provided to report progress or just indicate that they are alive.

Q. Which of the following parameter is to collect keys and combined values?

Q. ________ is a programming model designed for processing large volumes of data in parallel by dividing the work into a set of independent tasks.

Q. The daemons associated with the MapReduce phase are ________ and task-trackers.

Q. The JobTracker pushes work out to available _______ nodes in the cluster, striving to keep the work as close to the data as possible.

Q. InputFormat class calls the ________ function and computes splits for each file and then sends them to the jobtracker.

Q. On a tasktracker, the map task passes the split to the createRecordReader() method on InputFormat to obtain a _________ for that split.

Q. The default InputFormat is __________ which treats each value of input a new value and the associated key is byte offset.

Q. __________ controls the partitioning of the keys of the intermediate map-outputs.

Q. Output of the mapper is first written on the local disk for sorting and _________ process.