I have not used RHadoop. However I've had a very similar problem on my cluster, and this problem seems to be linked only to MapReduce. The maxContainerCapability in this log refers to the yarn.scheduler.maximum-allocation-mbproperty of your yarn-site…
异常: REDUCE capability required is more than the supported max container capability in the cluster. Killing the Job. reduceResourceRequest: <memory:12160, vCores:1> maxContainerCapability:<memory:8192, vCores:24> 需要调整两个参数: yarn.nodemanager.reso…
17/11/07 16:53:50 INFO mapreduce.Job: Job job_1510042506570_0007 failed with state KILLED due to: MAP capability required is more than the supported max container capability in the cluster. Killing the Job. mapResourceRequest: <memory:15360, vCores:1…
Kylin Build执行到底17步时报错:17 Step Name: Build Cube In-Mem ,错误截图如下: 点左下角的MRJob图标,打开查看错误信息: 从MRJob中的描述中可见详细的错误信息: The required MAP capability is more than the supported max container capability in the cluster. Killing the Job. mapResourceRequest: <memory:…