flume监听文件内容传输到hdfs

#定义agent a1.sources = r1 a1.channels = c1 a1.sinks = k1 #定义sources a1.sources.r1.type = exec a1.sources.r1.command = tail -F /usr/local/log/logs #定义channels a1.channels.c1.type = memory a1.channe
相关文章
相关标签/搜索