Hi Dong, If this is the first time you build on this cube, the startTime should be = the ³Start date² of your cube definition (in GMT0); If it is not the first time build, the startTime should be same as the endTime of your last build. There should be no time gap between cube builds, otherwise Kylin will report such error.
On 3/3/15, 3:02 PM, "dong wang" <[email protected]> wrote: >I want to try to build the cube with the latest 2015-03-03's data(the old >cube already has the data earlier equal to 2015-03-02), thus, I pass the >parameters as mentioned >https://github.com/KylinOLAP/Kylin/wiki/Restful-Service-Doc as below: > >$postData = array ('buildType' => 'BUILD', > 'startTime' =>1424160000000, > 'endTime' =>1424419200000); > >however, I always got the following error, do anyone know what's the >problem for my calling API? > >[exception] => Failed to allocate any segment.
