
flume
木_头人
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Flume概述
1.Flume介绍 Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. It has a simple and flexible architecture based on stre...原创 2019-09-23 15:24:27 · 215 阅读 · 0 评论 -
Flume案例
需求:定义一个采集文件夹的数据并存放到HDFS上的Flume 分析: Source spooldir Channel file Sink HDFS #agent1表示代理名称,一台服务器上的代理名称最好不同 agent1.sources=source1 #source的名称为source1 agent1.sin...原创 2019-09-23 15:51:42 · 215 阅读 · 0 评论 -
Flume自定义Sink、Source
1.Flume Channel Selectors flume channel selectors允许给一个source可以配置多个channel的能力。这种模式有两种方式,一种是用来复制(Replication),另一种是用来分流(Multiplexing)。 ...原创 2019-09-24 09:58:34 · 461 阅读 · 0 评论