Linux上Flume安装配置
1、下载
1 | wget https://mirrors.tuna.tsinghua.edu.cn/apache/flume/1.9.0/apache-flume-1.9.0-bin.tar.gz |
2、解压
1 | tar zxvf apache-flume-1.9.0-bin.tar.gz -C /opt/modules |
3、改名
1 | mv apache-flume-1.9.0-bin flume-1.9.0 |
4、解决包冲突
1 | cd /opt/modules/flume-1.9.0/lib |
5、设置环境变量
1 | cd ../conf/ |
导入java_home环境变量