You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by 诸葛亮 <82...@qq.com> on 2015/11/24 15:27:18 UTC

some errors relate to create cube

When I create cube with add measure sum function with a Int column, the job fail in the process:Extract Fact Table Distinct Columns.
the error log is :2015-11-24 06:22:47.686 - State of Hadoop job: job_1447943393346_0258:RUNNING - UNDEFINED
2015-11-24 06:22:57.711 - State of Hadoop job: job_1447943393346_0258:RUNNING - UNDEFINED
2015-11-24 06:23:07.738 - State of Hadoop job: job_1447943393346_0258:RUNNING - UNDEFINED
2015-11-24 06:23:17.762 - State of Hadoop job: job_1447943393346_0258:RUNNING - UNDEFINED
2015-11-24 06:23:27.789 - State of Hadoop job: job_1447943393346_0258:RUNNING - UNDEFINED
2015-11-24 06:23:37.815 - State of Hadoop job: job_1447943393346_0258:RUNNING - UNDEFINED
2015-11-24 06:23:47.840 - State of Hadoop job: job_1447943393346_0258:FINISHED - FAILED
no counters for job job_1447943393346_0258
Does any requirement for the sum function column or what need I do?
Thanks very much if anyone can give a hand,
xingchen

Re: some errors relate to create cube

Posted by yu feng <ol...@gmail.com>.
the step is the first one that need to submit MR job, so, maybe there are
some errors in your hadoop env, since you have submitted the job, you can
check the job status(map and reduce status) in hadoop admin UI or use yarn
command "./bin/yarn logs -applicationId applicationId" check logs.

2015-11-24 22:27 GMT+08:00 诸葛亮 <82...@qq.com>:

> When I create cube with add measure sum function with a Int column, the
> job fail in the process:Extract Fact Table Distinct Columns.
> the error log is :2015-11-24 06:22:47.686 - State of Hadoop job:
> job_1447943393346_0258:RUNNING - UNDEFINED
> 2015-11-24 06:22:57.711 - State of Hadoop job:
> job_1447943393346_0258:RUNNING - UNDEFINED
> 2015-11-24 06:23:07.738 - State of Hadoop job:
> job_1447943393346_0258:RUNNING - UNDEFINED
> 2015-11-24 06:23:17.762 - State of Hadoop job:
> job_1447943393346_0258:RUNNING - UNDEFINED
> 2015-11-24 06:23:27.789 - State of Hadoop job:
> job_1447943393346_0258:RUNNING - UNDEFINED
> 2015-11-24 06:23:37.815 - State of Hadoop job:
> job_1447943393346_0258:RUNNING - UNDEFINED
> 2015-11-24 06:23:47.840 - State of Hadoop job:
> job_1447943393346_0258:FINISHED - FAILED
> no counters for job job_1447943393346_0258
> Does any requirement for the sum function column or what need I do?
> Thanks very much if anyone can give a hand,
> xingchen