EMERGING TRENDS IN SOFTWARE ENGINEERING
CLOUD COMPUTING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
For which of the following operations is NO communication with the NameNode required?
|
A client writing a file to HDFS.
|
|
A client requesting the filename of a given block of data.
|
|
A client reading a block of data from the cluster.
|
|
A client reading a file from the cluster.
|
Explanation:
Detailed explanation-1: -2.1. Hadoop HDFS Data Write Operation. To write a file in HDFS, a client needs to interact with master i.e. namenode (master). Now namenode provides the address of the datanodes (slaves) on which client will start writing the data.
Detailed explanation-2: -Accepted Answers: For which of the following operations is NO communication with the NameNode required? A client writing a file to HDFS.
Detailed explanation-3: -Client communicates with the NameNode in a Hadoop cluster using the RPC protocol. Similarly, DataNodes and the NameNode in the cluster exchange data using the RPC protocol.
There is 1 question to complete.