安装地址
- Flume 官网地址:http://flume.apache.org/
- 文档查看地址:http://flume.apache.org/FlumeUserGuide.html
- 下载地址:http://archive.apache.org/dist/flume/
安装部署
解压 apache flume 1.7.0 bin.tar.gz 到 /opt/ 目录下
将 flume/conf 下的 flume env.sh.template 文件修改为 flume env.sh ,并 配置 flume
env.sh 文件[atguigu@hadoop102 conf]$ mv flume env.sh.template flume env.sh [atguigu@hadoop102 conf]$ vi flume env.sh export JAVA_HOME=/opt/module/jdk1.8.0_144