flume启动命令

flume启动命令:

[root@bigdata111 apache-flume-1.7.0-bin]# bin/flume-ng agent \

--conf conf/ \

--name a1 \

--conf-file jobs/flume-kafka.conf -Dflume.root.logger==INFO,console



--简写



[root@bigdata111 apache-flume-1.7.0-bin]#bin/flume-ng agent -n a1 -c conf -f jobs/flume-kafka.conf -Dflume.root.logger=INFO,console

 

你可能感兴趣的:(问题解决方案:)