案例:Flume file channel

AI-摘要
Geek GPT
AI初始化中...
介绍自己 🙈
生成本文简介 👋
推荐相关文章 📖
前往主页 🏠
前往爱发电购买
案例:Flume file channel
曦file channel
需要的参数 type = file
dataDirs = /roort
a1.sources = r1
a1.channels = c1
a1.sinks = k1a1.sources.r1.type = netcat
a1.sources.r1.bind = localhost
a1.sources.r1.port = 44444==a1.channels.c1.type = file==
a1.channels.c1.capaciry=10000
a1.channels.c1.transactioncapacity = 100a1.sinks.k1.type = logger
a1.sources.r1.channels = c1
a1.sinks.k1.channel = c1
评论
匿名评论隐私政策
✅ 你无需删除空行,直接评论以获取最佳展示效果