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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Fair Scheduler與Capacity Scheduler介紹AI
- CDH5 Fair scheduler 配置H5AI
- 配置hadoop 使用fair scheduler排程器HadoopAI
- 全面學習ORACLE Scheduler特性(1)建立jobsOracle
- 全面學習ORACLE Scheduler特性(2)管理jobsOracle
- oracle snapshot standby資料庫的scheduler jobs不執行Oracle資料庫
- Hadoop多使用者資源管理–Fair Scheduler介紹與配置(Yarn)HadoopAIYarn
- 全面學習ORACLE Scheduler特性(5) Schedules排程Programs執行的JobsOracle
- 全面學習ORACLE Scheduler特性(5)Schedules排程Programs執行的JobsOracle
- OGG How to handle / replicate tables with no (without) primary key (PK) or unique index (UI) (UPI) [IndexUI
- Python, pandas: how to sort dataframe by index// Merge two dataframes by indexPythonIndex
- CF1634E Fair Share 題解AI
- Laravel JobsLaravel
- Jobs for Wistronits
- iOS面試題·自整理·TwoiOS面試題
- jobs 命令示例
- kill oracle jobsOracle
- How To Handle MLOG$_AP_SUPPLIER_SITES_AL, MLOG$_AP_SUPPLIERS Growing So Much? Having Lots of Data
- JavaScript的two-sum問題解法JavaScript
- React Bind Handle的思考React
- json-handle使用JSON
- linux kill & jobsLinux
- Kubernetes – Jobs
- SCHEDULER呼叫XDB程式導致效能問題
- LeetCode #1:Two Sum(簡單題)LeetCode
- CF1648F Two Avenues 題解
- 學習之路 / handle請求
- DFS lock handle事件處理事件
- Disable Oracle Automatic JobsOracle
- Daily Cleaning background JobsAI
- Linux jobs 命令示例Linux
- coca after two months vs in two months
- 【OCP最新題庫解析(052)--題5】Which two are true about roles?
- LeetCode 第 231 題 (Power of Two)LeetCode
- 關於DFS lock handle等待事件事件
- STREAMS筆記(7) rule - handle & TRANSFORM筆記ORM
- 【MySQL】Slave can not handle replication events with the checksum ...MySql
- 遭遇DFS LOCK HANDLE wait event,AI