当前位置:网站首页>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
边栏推荐
- COMSOL--建立几何模型---二维图形的建立
- C#实现WinForm DataGridView控件支持叠加数据绑定
- 阻止瀏覽器後退操作
- 高校毕业求职难?“百日千万”网络招聘活动解决你的难题
- PHP中Array的hash函数实现
- 中非 钻石副石怎么镶嵌,才能既安全又好看?
- C # to obtain the filtered or sorted data of the GridView table in devaexpress
- 以交互方式安装ESXi 6.0
- 紫光展锐全球首个5G R17 IoT NTN卫星物联网上星实测完成
- 13.(地图数据篇)百度坐标(BD09)、国测局坐标(火星坐标,GCJ02)、和WGS84坐标系之间的转换
猜你喜欢

Ziguang zhanrui's first 5g R17 IOT NTN satellite in the world has been measured on the Internet of things

【爬虫】charles unknown错误
![[advertising system] parameter server distributed training](/img/8b/558c2fefbd16b580546003f3afeaf5.png)
[advertising system] parameter server distributed training

Is it difficult to apply for a job after graduation? "Hundreds of days and tens of millions" online recruitment activities to solve your problems

go语言学习笔记-分析第一个程序

高校毕业求职难?“百日千万”网络招聘活动解决你的难题

分类TAB商品流多目标排序模型的演进

Cdga | six principles that data governance has to adhere to

Detailed explanation of DDR4 hardware schematic design

R3live series learning (IV) r2live source code reading (2)
随机推荐
Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in
Four departments: from now on to the end of October, carry out the "100 day action" on gas safety
Huawei equipment configures channel switching services without interruption
Install esxi 6.0 interactively
Stop saying that microservices can solve all problems!
Project summary notes series wstax kt session2 code analysis
Detailed explanation of DDR4 hardware schematic design
Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in
Codeforces Round #804 (Div. 2)
Leetcode 185 All employees with the top three highest wages in the Department (July 4, 2022)
Web API配置自定义路由
Spark Tuning (I): from HQL to code
COMSOL -- establishment of geometric model -- establishment of two-dimensional graphics
871. Minimum Number of Refueling Stops
COMSOL--三维图形的建立
Mysql统计技巧:ON DUPLICATE KEY UPDATE用法
MFC pet store information management system
How did the situation that NFT trading market mainly uses eth standard for trading come into being?
AUTOCAD——遮罩命令、如何使用CAD对图纸进行局部放大
POJ 3176 cow bowling (DP | memory search)