Hi Prasanna,

What's your Kylin version?

You can try to manually merge those segments force; If using the Rest API,
you can add a parameter "force" with value "true"


For example:

curl -X PUT -H "Authorization: Basic XXXXXXXXX" -H 'Content-Type:
application/json' -d '{"startTime":'1423526400000', "endTime":'1423526400',
"buildType":"MERGE", "force":"true"}' http://
<host>:<port>/kylin/api/cubes/{cubeName}/build

Just take a try.

2018-08-03 18:09 GMT+08:00 Prasanna <[email protected]>:

> Dear Team,
>
>
>
>     I am able to rebuild the cubes properly, but sometimes because of some
> reasons holes are happening in between segments. So I am not able to
> merge segments  automatically by using MERGE option in kylin. In HBase,
> segment metadata tables like KYLIN_*  are increasing continuously. Because
> of that HBase performance is degrading.
>
>
>
> 1.     How to handle this situation?
>
> 2.     Is there any other metadata storage option is available other than
> HBase?
>
> 3.     How to merge segments with HOLES ?
>
>
>
>
>
>
>
>
>
>
>
>
>
> Regards,
>
> Prasanna.P
>



-- 
Best regards,

Shaofeng Shi 史少锋

Reply via email to