当前位置:网站首页>View all processes of multiple machines
View all processes of multiple machines
2022-07-05 11:31:00 【QYHuiiQ】
To see hadoop Take the processes on three nodes in the cluster as an example :
[[email protected] bin]# pwd
/usr/local/wyh/software/hadoop-3.1.3/bin
[[email protected] bin]# cat jps_cluster.sh
#!/bin/bash
for host in hadoop301 hadoop302 hadoop303
do
echo ---------- $host ------------
ssh $host jps
done
[[email protected] bin]# chmod 777 jps_cluster.sh
[[email protected] bin]# jps_cluster.sh
---------- hadoop301 ------------
2817 JobHistoryServer
1685 NameNode
2940 NodeManager
1821 DataNode
3599 Jps
---------- hadoop302 ------------
3668 ResourceManager
4662 Jps
1543 DataNode
3816 NodeManager
---------- hadoop303 ------------
1619 SecondaryNameNode
1543 DataNode
2302 NodeManager
2654 Jps
边栏推荐
- go语言学习笔记-初识Go语言
- C # to obtain the filtered or sorted data of the GridView table in devaexpress
- C # implements WinForm DataGridView control to support overlay data binding
- Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in
- Startup process of uboot:
- PHP中Array的hash函数实现
- [SWT component] content scrolledcomposite
- Lombok makes ⽤ @data and @builder's pit at the same time. Are you hit?
- 如何通俗理解超级浏览器?可以用于哪些场景?有哪些品牌?
- 如何让你的产品越贵越好卖
猜你喜欢
龙蜥社区第九次运营委员会会议顺利召开
In the last process before the use of the risk control model, 80% of children's shoes are trampled here
Modulenotfounderror: no module named 'scratch' ultimate solution
紫光展锐全球首个5G R17 IoT NTN卫星物联网上星实测完成
不要再说微服务可以解决一切问题了!
Is it difficult to apply for a job after graduation? "Hundreds of days and tens of millions" online recruitment activities to solve your problems
Stop saying that microservices can solve all problems!
7 themes and 9 technology masters! Dragon Dragon lecture hall hard core live broadcast preview in July, see you tomorrow
COMSOL -- establishment of geometric model -- establishment of two-dimensional graphics
【Office】Excel中IF函数的8种用法
随机推荐
高校毕业求职难?“百日千万”网络招聘活动解决你的难题
Is it difficult to apply for a job after graduation? "Hundreds of days and tens of millions" online recruitment activities to solve your problems
The art of communication III: Listening between people
Characteristics and electrical parameters of DDR4
7.2每日学习4
c#操作xml文件
龙蜥社区第九次运营委员会会议顺利召开
How to introduce devsecops into enterprises?
An error is reported in the process of using gbase 8C database: 80000305, host IPS long to different cluster. How to solve it?
如何让全彩LED显示屏更加节能环保
871. Minimum Number of Refueling Stops
汉诺塔问题思路的证明
Oneforall installation and use
如何将 DevSecOps 引入企业?
Three paradigms of database
不要再说微服务可以解决一切问题了!
Idea set the number of open file windows
Harbor镜像仓库搭建
COMSOL--建立几何模型---二维图形的建立
Web API配置自定义路由