You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by 《秦殇》!健 <ye...@foxmail.com> on 2017/02/24 02:11:55 UTC

回复: Kylin build 13 Step (Build Cube) has error

Thank you for your advice, I will carefull check it.




------------------ 原始邮件 ------------------
发件人: "Alberto Ramón";<a....@gmail.com>;
发送时间: 2017年2月23日(星期四) 晚上7:39
收件人: "dev"<de...@kylin.apache.org>; 

主题: Re: Kylin build 13 Step (Build Cube) has error



This is a very tipical problem with YARN, you will find a lot of info on
Internet.
Review this parameters, and check if your hardward system is enougth
(The values are an exaple)

   -

   yarn.nodemanager.resource.memory-mb = 15 GB
   -

   yarn.scheduler.maximum-allocation-mb = 8 GB
   -

   yarn.nodemanager.resource.cpu-vcores = 8 cores


2017-02-23 9:37 GMT+01:00 《秦殇》!健 <ye...@foxmail.com>:

> hi, I build a cube in today. It Suddenly appear one error.The error
> message is as follows:
>
>
> MAP capability required is more than the supported max container
> capability in the cluster. Killing the Job. mapResourceRequest:
> <memory:3072, vCores:1> maxContainerCapability:<memory:1662, vCores:2>
> Job received Kill while in RUNNING state.
>
>
>
> My env is Kylin1.6 + cdh5.7 + memory size 12G. What should I do can solve
> it.