Apache Flume Platform

From GM-RKB
(Redirected from Flume)
Jump to navigation Jump to search

An Apache Flume Platform is a distributed, reliable, and available data stream processing platform (for collecting, aggregating, and moving of large stream data).



References

2017

  • (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/Apache_Flume Retrieved:2017-8-4.
    • Apache 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.

2013

2013b

  • http://cwiki.apache.org/FLUME/home.html
    • Apache Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. Its main goal is to deliver data from applications to Apache Hadoop's HDFS. 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 applications. Please click here for the user guide.

      It is written primarily in Java and has been tested on unix-like systems …