Re: When does a submitted job start execution

2016-09-26 Thread Li Yang
Check out the job module, package "org.apache.kylin.job" and beneath. There
is a scheduler that pulls pending jobs every minute and put them to
execution.

Yang

On Sun, Sep 18, 2016 at 11:41 AM, Joel Victor  wrote:

> I am going through the Kylin code for when a build request is submitted. I
> would like to know when the job starts execution i.e when is the execute
> method called on the DeafultChainedExecutable returned by the JobBuilder?.
> When a cube build request is made a DefaultChaninedExecutable is returned,
> serialized and stored in HBase.
>
>
> Thanks,
> Joel
>


When does a submitted job start execution

2016-09-17 Thread Joel Victor
I am going through the Kylin code for when a build request is submitted. I
would like to know when the job starts execution i.e when is the execute
method called on the DeafultChainedExecutable returned by the JobBuilder?.
When a cube build request is made a DefaultChaninedExecutable is returned,
serialized and stored in HBase.


Thanks,
Joel