Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 769 Bytes

Flume.md

File metadata and controls

6 lines (6 loc) · 769 Bytes

Apache Flume 日志采集、聚合和传输的系统

  • https://github.com/apache/logging-flume
  • Flume 是 Cloudera 提供的一种高可用、高可靠、分布式的海量日志采集、聚合和传输的系统。
  • Flume 基于流式架构,灵活简单。
  • Flume 最主要的作用是,实时读取服务器本地磁盘的数据,将数据写到 HDFS。
  • 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 streaming data flows. It is robust and fault tolerant with tunable reliability mechanisms and many failover and recovery mechanisms. It uses a simple extensible data model that allows for online analytic application.