您好,登錄后才能下訂單哦!
這篇文章主要介紹了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線上配置的示例分析”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。