回复: Re: 答复: can't pass step Build Cube In-Mem

2019-04-12 Thread lk_hadoop
Thank you very much ! @Long Chao 2019-04-12 lk_hadoop 发件人:Long Chao 发送时间:2019-04-12 18:17 主题:Re: Re: 答复: can't pass step Build Cube In-Mem 收件人:"dev" 抄送: Hi lk, I have fixed this issue, and the code is in Kylin's master branch now. If your situation is very u

Re: Re: 答复: can't pass step Build Cube In-Mem

2019-04-12 Thread Long Chao
gured(like: *kylin.cube.algorithm=layer*). On Thu, Apr 11, 2019 at 6:00 PM lk_hadoop wrote: > thank you ~ @Long Chao > > 2019-04-11 > > lk_hadoop > > > > 发件人:Long Chao > 发送时间:2019-04-11 17:56 > 主题:Re: 答复: can't pass step Build Cube In-Mem > 收件人:"

回复: Re: 答复: can't pass step Build Cube In-Mem

2019-04-11 Thread lk_hadoop
thank you ~ @Long Chao 2019-04-11 lk_hadoop 发件人:Long Chao 发送时间:2019-04-11 17:56 主题:Re: 答复: can't pass step Build Cube In-Mem 收件人:"dev" 抄送: Hi lk, Optimize job will only build the newly generated cuboids in the recommended cuboid list, usually the amount of them i

Re: 答复: can't pass step Build Cube In-Mem

2019-04-11 Thread Long Chao
Hi lk, Optimize job will only build the newly generated cuboids in the recommended cuboid list, usually the amount of them is not too large. So, by default, we use inmem algorithm to build those new cuboids, but now the algorithm can't be overwritten by properties file. And I create