在linux下部署flume服务
假设flume根目录在/opt/apache-flume-1.9.0-bin
注意事项1,在flume.sh脚本里,命令末尾必须有&
#! /bin/bash
cd /opt/apache-flume-1.9.0-bin
sudo bin/flume-ng agent --conf conf --conf-file example.conf --name a1 -Dorg.apache.flume.log.printconfig=true -Dorg.apache.flume.log.rawda
原创
2021-09-08 15:27:15 ·
349 阅读 ·
0 评论