hi, shaofeng, I manually modify cube's definition, while when I buid the cube using REST API, it doesn't work. In the log I found the following exception.
I found that the new segment must started from the existing segments' end date(JobService): In this situation, how could I build a segment before existing segments, says 20160101~20160401? ------------------ ???????? ------------------ ??????: "ShaoFeng Shi";<[email protected]>; ????????: 2016??7??5??(??????) ????5:36 ??????: "dev"<[email protected]>; ????: Re: A question about the start date of cube in Kylin You can use the metadata tool to manually modify cube's definition (change start date to 20160101), after that, trigger a build job for 20160101 - 20160401 from REST API (not from web GUI). Manually edit the cube metadata isn't recommended, but it can solve such case. 2016-07-05 14:49 GMT+08:00 huawang <[email protected]>: > Hi, > I have a question about the start date of cube in Kylin. For example, I > have a cube started on 20160401. I want to add the segments from 20160101 > to 20160331. What can I do to achieve my goal? Am I must set up a new cube > started on 20160101? > Thanks. -- Best regards, Shaofeng Shi
