摘要:
jpsall代码 #!/bin/bash for host in hadoop102 hadoop103 hadoop104 do echo $host ssh $host jps done 查看某个命令所在的路径 which 【命令名称】 whereis 用来查看一个命令或者文件所在的路径 whi 阅读全文
posted @ 2022-03-16 22:23
靠谱杨
阅读(380)
评论(0)
推荐(0)
摘要:
十一、Flume 1)开启Flume的监控端口 bin/flume-ng agent -c conf/ -n a1 -f job/flume-netcat-logger.conf -Dflume.root.logger=INFO,console 2)使用netcat工具向44444端口发送信号 nc 阅读全文
posted @ 2022-03-16 21:53
靠谱杨
阅读(79)
评论(0)
推荐(0)