invalid for agent ‘a1’. It will be removed.
# f: A single-node Flume configuration# Name the components on this agent
a1.sources = r1
a1.sinks = k1
a1.channels = c1# Describe/configure the source
a1.pe = netcat
a1.sources.r1.bind = ###.###.###.###
a1.sources.r1.port = 44444# Describe the sink
a1.pe = avro
a1.sinks.k1.bind = ###.###.###.###
a1.sinks.k1.port = 33333# Use a channel which buffers events in memory# Bind the source and sink to the channel
a1.sources.r1.channels = c1
a1.sinks.k1.channel = c1
~
原因:因为没配置channels,所以报错。加上就可以了.
a1.pe = memory
a1.channels.c1.capacity = 1000
a1.ansactionCapacity = 100
本文发布于:2024-02-05 06:25:12,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170726212863828.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |