@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. >
