InterviewSolution
Saved Bookmarks
| 1. |
The _____________ allows external processes to watch the stream of chunks passing through the collector.(a) LocalWriter(b) SeqFileWriter(c) SocketTeeWriter(d) All of the mentioned |
|
Answer» Right choice is (c) SocketTeeWriter Explanation: SocketTeeWriter listens on a port (specified by conf option chukwaCollector.tee.port, defaulting to 9094.) |
|