hadoop集群jps查看shell脚本!! # !/bin/bash< for host in hadoop102 hadoop103 hadoop104 do echo=============== $host =============== ssh $host jps done