Google News
logo
Hadoop - Quiz(MCQ)
________ class allows other programs to get incoming chunks fed to them over a socket by the collector.
A)
PipelineWriter
B)
PipelineStageWriter
C)
SocketTeeWriter
D)
None of the above

Correct Answer :   SocketTeeWriter


Explanation : PipelineStageWriter lets you string together a series of PipelineableWriters for pre-processing or post-processing incoming data.

Advertisement