aXceiver, which extends Receiver, is the class for
> receiving requesting in Datanode.
>
> Tsz-Wo
>
>
>
>
> From: Bharath Ravi
> To: common-dev@hadoop.apache.org
> Sent: Tuesday, October 25, 2011 4:08 PM
> Subject: DataTransferProtocol
From: Bharath Ravi
To: common-dev@hadoop.apache.org
Sent: Tuesday, October 25, 2011 4:08 PM
Subject: DataTransferProtocol Implementations
Hi all,
I'm trying some experiments where I need to perform actions whenever a data
block is read/written to by a client
There seem
Hi all,
I'm trying some experiments where I need to perform actions whenever a data
block is read/written to by a client
There seem to be two classes that implement readBlock() and writeBlock():
DataXceiver.java and Sender.java.
Looking at the documentation, I note that DataXceiverServer and Data