Apache Flume is a distributed system for efficiently collecting, aggregating, and moving large amounts of log data from many different sources to a centralized data store. It has components for data acquisition, channels for temporarily storing events, and sinks that export the data to destinations such as HDFS files or Hadoop. Flume uses interceptors to modify events and channel selectors to route events to different sinks.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
27 views1 page
Apache Flume Introduction
Apache Flume is a distributed system for efficiently collecting, aggregating, and moving large amounts of log data from many different sources to a centralized data store. It has components for data acquisition, channels for temporarily storing events, and sinks that export the data to destinations such as HDFS files or Hadoop. Flume uses interceptors to modify events and channel selectors to route events to different sinks.