Thanks a lot for clarifying, Tsz-Wo!
On 25 October 2011 19:15, Tsz Wo Sze wrote:
> Hi Bharath,
>
> Sender, which is to send request, is used by DFSClient for submitting to
> datanodes and by datanodes in write pipelines. Correspondingly, Receiveris
> to receive request. DataXceiver, which exte
Hi Bharath,
Sender, which is to send request, is used by DFSClient for submitting to
datanodes and by datanodes in write pipelines. Correspondingly, Receiveris to
receive request. DataXceiver, which extends Receiver, is the class for
receiving requesting in Datanode.
Tsz-Wo
__