Re: question to incremental build

2016-03-07 Thread ShaoFeng Shi
Hi Jie, 1.x versions only supports daily incremental build; From future 2.0 release, kylin will support using a timestamp column as the partition column, then it will allow hourly incremental build. To automatically trigger the cube build, you can leverage any existing scheduling tool (like cront

Re: question to incremental build

2016-03-07 Thread Jie Tao
Thank you Chunen for the rapid reply. I do not use Kylin source files. Is there plan when your contribution will be added to Kylin's binary release? Cheers, Jie Am 07.03.2016 um 14:38 schrieb nichunen: Hi, Copy the patch file to the directory of kylin source code, run git am KYLIN-1249.pa

Re: question to incremental build

2016-03-07 Thread nichunen
Hi, Copy the patch file to the directory of kylin source code, run git am  KYLIN-1249.patch, the code of the tool will be in kylin/tool/kylin_client_tool. You can get the documents of how to use in the same way.    Yes, it is run in standalone. George/倪春恩 Mobile:+86-13501723787| Fax:+8610-568

Re: question to incremental build

2016-03-07 Thread Jie Tao
Thanks Chunen for the message. Is the tool already available for downloading? I use Kylin's binary release rather than the source code. But I think the client-tool runs in standalone. Cheers, Jie Am 07.03.2016 um 13:35 schrieb nichunen: Hi Jie, Please check https://issues.apache.org/jira/b

Re: question to incremental build

2016-03-07 Thread nichunen
Hi Jie, Please check https://issues.apache.org/jira/browse/KYLIN-1249  , I have uploaded two patches for a Kylin client tool and its English&Chinese documents. The tool is based on Kylin’s rest apis, developed with python. You can schedule hourly/daily build jobs, cubes can be built automatical

question to incremental build

2016-03-07 Thread Jie Tao
Dear Kylin developers, while building a cube I can only select the date but no hour selection. Can Kylin do hourly build and how to specify this? As I got new data I manually build the cube (action->build). Is there any process of automatic build (say hourly/daily) so that Kylin does the bui