CCAH-CCA-500-5題:How will the Fair Scheduler handle these two jobs?
5.How will the Fair Scheduler handle these two jobs?
You have a cluster running with the fair Scheduler enabled.
There are currently no jobs running on the cluster, and you submit a job A,
so that only job A is running on the cluster. A while later, you submit Job B.
Now Job A and Job B are running on the cluster at the same time. How will the Fair
Scheduler handle these two jobs?
A.When Job B gets submitted, it will get assigned tasks, while job A continues to run with fewer tasks.
B.When Job B gets submitted, Job A has to finish first, before job B can gets scheduled.
C.When Job A gets submitted, it doesn’t consumes all the task slots.
D.When Job A gets submitted, it consumes all the task slots.
問題:
公平排程器對這兩個jobs怎樣處理?
解析: AD
當只有一個job A在執行,這個job A會使用整個叢集的 任務solts;
當另外一個job B被提交,那麼任務solts會被釋放分配給新的job B,
然而job A則會繼續使用少些的任務solts,執行著。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30089851/viewspace-2096652/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Python, pandas: how to sort dataframe by index// Merge two dataframes by indexPythonIndex
- CF1634E Fair Share 題解AI
- Laravel JobsLaravel
- Kubernetes – Jobs
- jobs 命令示例
- json-handle使用JSON
- LeetCode #1:Two Sum(簡單題)LeetCode
- React Bind Handle的思考React
- Linux 提權-Cron JobsLinux
- CF1648F Two Avenues 題解
- AT_aising2020_f Two Snuke 題解AI
- dyld: 神秘的 __dso_handle
- 學習之路 / handle請求
- react之schedulerReact
- 深入解析Scheduler
- [Typescript] handle event.target type in FormTypeScriptORM
- HWND、HANDLE、HMODULE、HINSTANCE的區別
- coca after two months vs in two months
- 【OCP最新題庫解析(052)--題5】Which two are true about roles?
- [20210325]SCHEDULER$_PROGRAM_ARG SCHEDULER$_JOB_ARG在哪裡.txt
- Oracle Database Scheduler整理OracleDatabase
- Kubernetes Scheduler淺析
- 【OCP最新題庫解析(052)--題3】Which two are true about external tables?
- 【OCP最新題庫解析(052)--題8】Which two are true about undo tablespaces?
- 【OCP最新題庫解析(052)--題10】 Which two are true about the Archive (ARCnHive
- How to ssh
- Steve Jobs-06-大道至簡(simplicity)
- Two Pirates - 2
- Two Pointer Method
- Quartz job scheduler 學習quartz
- Quartz框架中的Schedulerquartz框架
- 定時任務scheduler
- The Linux Scheduler: a Decade of Wasted CoresLinuxAST
- LeetCode 之 JavaScript 解答第一題 —— 兩數之和(Two Sum)LeetCodeJavaScript
- [題解]AT_abc272_f [ABC272F] Two Strings
- Fair下發產物-佈局DSL生成原理AI
- How to find dependency
- Kubernetes 漫遊:kube-scheduler
- Kubernetes scheduler學習筆記筆記