flume 启动agent报No appenders could be found for logger的解决

Posted 可以看看你胖次吗

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了flume 启动agent报No appenders could be found for logger的解决相关的知识,希望对你有一定的参考价值。

启动命令如下

bin/flume-ng agent -c conf/ -n a1 -f job/flume-netcat-logger.conf ot.logger = INFO,console

报错信息如下

 

 解决方法

原因在于-Dflume.root.logger=INFO,console    这中间不能有空格

以上是关于flume 启动agent报No appenders could be found for logger的解决的主要内容,如果未能解决你的问题,请参考以下文章

flume 报File Channel transaction capacity cannot be greater than the capacity of the channel capacit

flume系列之:python读取flume配置文件,并把配置写入到zookeeper节点,再根据写入到zookeeper中的配置启动flume agent

安装Flume的时候出现File Channel transaction capacity cannot be greater than the capacity of the channel cap

flume采集启动报错,权限不够

flume+kafka+hdfs详解

Flume配置文件总结