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/