adplus-dvertising
frame-decoration

Question

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

a.

filesystem

b.

datastream

c.

outstream

d.

inputstream

Answer: (a).filesystem

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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

Similar Questions

Discover Related MCQs

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.

Q. _________ is the name of the archive you would like to create.

Q. Using Hadoop Archives in __________ is as easy as specifying a different input filesystem than the default file system.

Q. The __________ guarantees that excess resources taken from a queue will be restored to it within N minutes of its need for them.

Q. _________ is a pluggable Map/Reduce scheduler for Hadoop which provides a way to share large clusters.

Q. Which of the following parameter describes destination directory which would contain the archive?