yarn application -list
列出所有Applicationyarn application -list -appStates 状态(ALL,NEW,NEW_SAVING,SUBMITTED,ACCEPTED,RUNNING,FINISHED,FAILED,KILLED)
根据Application状态过滤yarn application -kill 进程ID
杀死某个进程yarn logs -applicationId 进程id
查看进程日志yarn logs -applicationId 进程id -containerId 容器id
查看容器idyarn applicationattempt -list 进程id
列出所有Application尝试的列表yarn applicationattempt -status 进程id
打印ApplicationAttemp状态yarn container -list 进程id
列出所有Containeryarn container -status 容器id
打印Container状态yarn node -list -all
列出所有节点yarn rmadmin -refreshQueues
加载队列配置yarn queue -status 队列名称
打印队列信息