Yarn常用命令总结

 

 

 

1>.查看任务列表

[root@storage101 ~]# yarn application -list 
19/02/08 11:51:02 INFO client.RMProxy: Connecting to ResourceManager at storage101.aggrx/10.1.3.101:8032
Total number of applications (application-types: [] and states: [SUBMITTED, ACCEPTED, RUNNING]):2
                Application-Id      Application-Name        Application-Type          User           Queue                   State             Final-State             Progress                        Tracking-URL
application_1549585395672_0005  com.sarrs.streaming.BlackUserStreamingNew5                     SPARK          root      root.users.root            RUNNING               UNDEFINED                  10%               http://10.1.3.113:36517
application_1549585395672_0006    doc_join_mapreduce               MAPREDUCE          root      root.users.root           ACCEPTED               UNDEFINED                   0%                                 N/A
[root@storage101 ~]# 
[root@storage101 ~]# yarn application -list

相关文章:

  • 2022-12-23
  • 2022-02-13
  • 2021-09-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-20
  • 2021-06-23
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案