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.
