Re: why does not the job complete?

2018-11-16 Thread May Zhou
Hi Ebrahim,


Could you please check your `$KYLIN_HOME/logs/kylin.log`, and search with your 
StepId, which consists of JobId and step sequence, and you can find the JobId 
in the Monitor page by unfolding the building job, and "00" stands for the 
first step of build cube, for example, 8226b15f-a0c6-4ac4-a44c-dd4a22e1ec87-00 
is the StepId of the Create Intermediate Flat Hive Table of one of my building 
job.


Usually, Create Intermediate Flat Hive Table uses Hive to create an 
intermediate flat table for the later usage of cube building, and the HQL will 
be printed out in `kylin.log`, you can directly execute the HQL in Hive to find 
out whether it still takes a lot of time.


Besides, in this step, Hive will submit a YARN job, could you please check the 
job status in your Resource Manager UI to see whether it's in the status of 
Accept for a long time and still waiting for resource.




BRs,
May


-- Original --
From:  "ebrahim zare";
Date:  Fri, Nov 16, 2018 06:42 PM
To:  "dev";

Subject:  why does not the job complete?



hi. 
I could install Apache Kylin and built a job but doesnt complete it after
100 minutes and wait in first step (Create Intermediate Flat Hive Table) 
(status= running).
why does not the job complete?

--
Sent from: http://apache-kylin.74782.x6.nabble.com/

Re: why does not the job complete?

2018-11-16 Thread JiaTao Tao
Hi
"Create Intermediate Flat Hive Table" will submit a job on YARN, and you
can check this job to see where it sucks.

ebrahim zare  于2018年11月16日周五 下午6:42写道:

> hi.
> I could install Apache Kylin and built a job but doesnt complete it after
> 100 minutes and wait in first step (Create Intermediate Flat Hive Table)
> (status= running).
> why does not the job complete?
>
> --
> Sent from: http://apache-kylin.74782.x6.nabble.com/
>


-- 


Regards!

Aron Tao


why does not the job complete?

2018-11-16 Thread ebrahim zare
hi. 
I could install Apache Kylin and built a job but doesnt complete it after
100 minutes and wait in first step (Create Intermediate Flat Hive Table) 
(status= running).
why does not the job complete?

--
Sent from: http://apache-kylin.74782.x6.nabble.com/