本文主要是介绍yarn部分指标详解-allocated,pending,reserved,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
应广东联通项目的需求,近日bm增加了yarn队列监控,监控最小粒度到队列和用户。
使用过程中,局方提出指标具体含义的问题,这些指标的含义官方没有具体介绍,最好在hortonworks的介绍文档中找到,分享如下。
yarn pending reserved allocate
Containers •
Allocated – Containers which have been created with requested resources. •
Pending – Containers, whose resources will become available and are pending creation. •
Reserved – Containers, whose resources are not yet available.
Examples 10 GB Cluster •
Request three 5GB containers • 2 allocated, 1 pending. •
Request three 4GB containers • 2 allocated, 1 reserved (2GB)
Applications • Submitted – Application requests made to YARN. • Running – Application with Masters which have been created and are running. • Pending – Application requests which are pending creation. • Completed – Applications which have completed running. They could have been successful, killed or failed. • Killed – Applications which have been terminated by user • Failed – Applications which have failed to run due to internal failures.
https://community.hortonworks.com/questions/107714/interpreting-number-of-pending-containers-in-ambar.html
这篇关于yarn部分指标详解-allocated,pending,reserved的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!