Hey guys I would like to perform some additional processing on the data in the data node it is data is streamed to DFSClient. To my knowledge the class DFSInputStream manages the stream operations on the client side whenever a file is being read, but i don't know which class should be modified to add this additional processing capability to data node. Please clarify.
Thanks in advance