How to use regex_extractor selector and multiplexing interceptor together in flume?

后端 未结 1 1163
耶瑟儿~
耶瑟儿~ 2021-01-15 07:35

I am testing flume to load data into hHase and thinking about parallel data loading with using flume\'s selector and inteceptor, because of speed gap between source and sink

相关标签:
1条回答
  • 2021-01-15 08:21

    I found it.

    In the flume log, there are warning message as below.

    
        2013-10-10 16:34:20,514 (conf-file-poller-0) [WARN - org.apache.flume.conf.FlumeConfiguration$AgentConfiguration.validateSources(FlumeConfiguration.java:571)] Removed tailsrc due to Failed to configure component!
    
    

    so I had attached below line

    
        agent.sources.tailsrc.channels = mem1 mem2
    
    

    and then It works!!!!

    0 讨论(0)
提交回复
热议问题