Flume
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.
安裝
將下載的flume包解壓到你要保存的目錄下
修改flume-env.sh(在Flume文件下的conf裏)
cp flume-env.sh.template flume-env.sh
解注釋JAVAHOME
JAVA_HOME=/usr/lib/jvm/java-XXX
修改配置文件
添加flume以及bin目錄到/etc/profile裏
使用flume-ng version驗證是否安裝成功
最後更新:2017-11-06 20:34:05