Re: DataTransferProtocol Implementations

2011-10-25 Thread Bharath Ravi
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

Re: DataTransferProtocol Implementations

2011-10-25 Thread Tsz Wo Sze
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

DataTransferProtocol Implementations

2011-10-25 Thread Bharath Ravi
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