温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

flume线上配置的示例分析

发布时间:2021-12-16 10:46:26 来源:亿速云 阅读:128 作者:小新 栏目:大数据

这篇文章主要介绍了flume线上配置的示例分析,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。

hdfs_agent.sources = r1

hdfs_agent.sinks = k1

hdfs_agent.channels = c1

# Describe/configure the source

hdfs_agent.sources.r1.type = org.apache.flume.source.kafka.KafkaSource

#hdfs_agent.sources.r1.zookeeperConnect = 10.69.40.17:2181,10.69.40.12:2181,10.69.40.7:2181,10.69.40.11:2181,10.69.40.16:2181

#hdfs_agent.sources.r1.groupId = online_kafka_to_hdfs_gk_groupid_000001

#hdfs_agent.sources.r1.topic = IRT_Dev_Status_STD

hdfs_agent.sources.r1.kafka.bootstrap.servers = 10.69.40.10:9092,10.69.40.13:9092,10.69.40.14:9092,10.69.40.15:9092

hdfs_agent.sources.r1.kafka.consumer.group.id = online_kafka_to_hdfs_gk_groupid_000001

hdfs_agent.sources.r1.kafka.topics = workcondition_info_flume

hdfs_agent.sources.r1.batchSize = 2000

hdfs_agent.sources.r1.interceptors = i1

hdfs_agent.sources.r1.interceptors.i1.type = host

# Describe the sink

hdfs_agent.sinks.k1.type = hdfs

hdfs_agent.sinks.k1.hdfs.path = hdfs://rootcloud/ods/%Y%m%d/%H

hdfs_agent.sinks.k1.hdfs.filePrefix = log-%{host}

hdfs_agent.sinks.k1.hdfs.fileType = DataStream

hdfs_agent.sinks.k1.hdfs.rollInterval = 3600

hdfs_agent.sinks.k1.hdfs.rollSize = 104857600

hdfs_agent.sinks.k1.hdfs.rollCount = 0

hdfs_agent.sinks.k1.hdfs.batchSize = 2000

hdfs_agent.sinks.k1.hdfs.callTimeout = 300000

hdfs_agent.sinks.k1.hdfs.idleTimeout = 600

# Use a channel which buffers events in memory

hdfs_agent.channels.c1.type = memory

hdfs_agent.channels.c1.capacity = 2000000

hdfs_agent.channels.c1.transactionCapacity = 3000

# Bind the source and sink to the channel

hdfs_agent.sources.r1.channels = c1

hdfs_agent.sinks.k1.channel = c1

感谢你能够认真阅读完这篇文章,希望小编分享的“flume线上配置的示例分析”这篇文章对大家有帮助,同时也希望大家多多支持亿速云,关注亿速云行业资讯频道,更多相关知识等着你来学习!

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI