Thanks Jason, with your tips, I also check all the parameters passed to RESTful API in the http request on web GUI with Firebug, and just as you said, the time for the date if GMT 0, currently, problems of rebuilding the cube with RESTful API are all gone~, thanks~
2015-03-03 15:31 GMT+08:00 jason zhong <[email protected]>: > @Dong > which date you want to build ? > Below is the result I converted with the millseconds you provided > > 1424160000000 --> Tue Feb 17 2015 16:00:00 GMT+0800 (China Standard Time) > 1424419200000 --> Fri Feb 20 2015 16:00:00 GMT+0800 (China Standard Time) > > On Tue, Mar 3, 2015 at 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. > > >
