CCA-505 無料問題集「Cloudera Certified Administrator for Apache Hadoop (CCAH) CDH5 Upgrade」
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?
now job A and Job B are running on the cluster at the same time. How will the Fair Scheduler handle these two jobs?
正解:C
解答を投票する
Your cluster's mapped-site.xml includes the following parameters
<name>mapreduce.map.memory.mb</name>
<value>4096<value/>
<name>mapreduce.reduce.memory,mb</name>
<value>8192</value>
And your cluster's yarn-site.xml includes the following parameters
<name>yarn.nodemanager/vmen-pmem-ratio</name>
<value>2.1</value>
What is the maximum amount of virtual memory allocated for each map before YARN will kill its Container?
<name>mapreduce.map.memory.mb</name>
<value>4096<value/>
<name>mapreduce.reduce.memory,mb</name>
<value>8192</value>
And your cluster's yarn-site.xml includes the following parameters
<name>yarn.nodemanager/vmen-pmem-ratio</name>
<value>2.1</value>
What is the maximum amount of virtual memory allocated for each map before YARN will kill its Container?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)