Question : You have configured the Fair Scheduler in your Hadoop MRv cluster a pool with a minimum share configured, for example, may take slots away from another pool to reach that minimum share when a MapReduce Mapper runs in that pool. 1. True 2. False
Question : You have configured the Fair Scheduler in your Hadoop MRv cluster. Pools are allocated their 'fair share' of task slots based on the total number of slots available, and also the demand in the pool, a pool will never be allocated more slots than it needs. 1. True 2. False
Question : If only one job is running on the cluster, it will consume as many task resources as it needs, up to the total of half capacity of the cluster, in case of Fair Scheduler 1. True 2. False