当前位置:网站首页>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
边栏推荐
- 百问百答第45期:应用性能探针监测原理-node JS 探针
- Go language learning notes - analyze the first program
- Huawei equipment configures channel switching services without interruption
- Implementation of array hash function in PHP
- 龙蜥社区第九次运营委员会会议顺利召开
- How to introduce devsecops into enterprises?
- 分类TAB商品流多目标排序模型的演进
- 2048游戏逻辑
- 2048 game logic
- IPv6与IPv4的区别 网信办等三部推进IPv6规模部署
猜你喜欢

MySQL giant pit: update updates should be judged with caution by affecting the number of rows!!!

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

7 大主题、9 位技术大咖!龙蜥大讲堂7月硬核直播预告抢先看,明天见

Three paradigms of database

紫光展锐全球首个5G R17 IoT NTN卫星物联网上星实测完成

DDRx寻址原理

COMSOL -- 3D casual painting -- sweeping

Codeforces Round #804 (Div. 2)
![[advertising system] incremental training & feature access / feature elimination](/img/14/ac596fa4d92e7b245e08cea014a4ab.png)
[advertising system] incremental training & feature access / feature elimination

OneForAll安装使用
随机推荐
Unity Xlua MonoProxy Mono代理类
How to get a token from tokenstream based on Lucene 3.5.0
Guys, I tested three threads to write to three MySQL tables at the same time. Each thread writes 100000 pieces of data respectively, using F
Pytorch training process was interrupted
Zcmu--1390: queue problem (1)
Solve the grpc connection problem. Dial succeeds with transientfailure
idea设置打开文件窗口个数
Ffmpeg calls avformat_ open_ Error -22 returned during input (invalid argument)
Cron表达式(七子表达式)
Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in
IPv6与IPv4的区别 网信办等三部推进IPv6规模部署
Advanced technology management - what is the physical, mental and mental strength of managers
[LeetCode] Wildcard Matching 外卡匹配
Golang application topic - channel
【Office】Excel中IF函数的8种用法
Intelligent metal detector based on openharmony
DDR4的特性与电气参数
What does cross-border e-commerce mean? What do you mainly do? What are the business models?
Lombok makes ⽤ @data and @builder's pit at the same time. Are you hit?
[SWT component] content scrolledcomposite