要查看Hadoop進程,可以使用以下命令:
jps
yarn top -status <進程ID>
mapred job -list
mapred job -history <作業ID>
請注意,以上命令中的<進程ID>和<作業ID>需要替換為實際的進程或作業ID。
<進程ID>
<作業ID>