You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@kylin.apache.org by Feixeyes Feixeyes <fe...@gmail.com> on 2018/01/26 08:07:35 UTC

[Segments overlap] when Backtracking data

hi,all:

When I use API to computer history data,I meet a Segment Overlap
problem,like below:



*Segments overlap: cube_push_merge_[20180122000000_20180123000000]
and cube_push_merge_[20180123000000_20180124000000]*


As we know Kylin’s cube segment dos't include the end point(the end of the
segment is open), so these two segments do not overlay in fact.

How can I deal with this problem?



I find one way can walk around this problem is that, I build the cube
segment with a little gap,as * cube_push_merge_[*201801010005
00_20180102000000 *] *

When build cube It works well, but when merge the cube segments, It become
fail ,because of segment gap.


So, what's the right way to resolve the problem.


--Thanks

Look forward your response.
guo pengfei