Apache Flume MCQ
Consider the following snippet from a Flume configuration file: Which of the following statements is true about this configuration?
Snipped
agent1.sources = src1
agent1.channels = ch1 ch2 ch3
agent1.sources.src1.channels = ch1 ch2
Agent1.sources.src1.selector.type = replicating
agent1.sources.src1.type = spooldir
agent1.sources.src1.spoolDir = /tmp/UpGradLogs