You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "JerryShao (JIRA)" <ji...@apache.org> on 2015/08/24 12:20:46 UTC

[jira] [Commented] (KYLIN-961) Can't get cube source record count.

    [ https://issues.apache.org/jira/browse/KYLIN-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14709070#comment-14709070 ] 

JerryShao commented on KYLIN-961:
---------------------------------

ok,I have seen the commit, thank you!

> Can't get cube  source record count.
> ------------------------------------
>
>                 Key: KYLIN-961
>                 URL: https://issues.apache.org/jira/browse/KYLIN-961
>             Project: Kylin
>          Issue Type: Bug
>          Components: Job Engine
>    Affects Versions: v0.7.2
>         Environment: hadoop2.6.0
> hbase-0.98.13-hadoop2
> hive0.14.0
> zookeeper3.4.6
>            Reporter: JerryShao
>            Assignee: ZhouQianhao
>             Fix For: v0.7.4
>
>
> when running cube job at the last step, an erorr is throw:
> [pool-5-thread-10]:[2015-08-24 16:18:55,580][INFO][org.apache.kylin.job.manager.ExecutableManager.updateJobOutput(ExecutableManager.java:234)] - 
> job id:97ddefad-ce9f-468e-a408-741c221eb31d from RUNNING to ERROR
> [pool-5-thread-10]:[2015-08-24 16:18:55,580][ERROR][org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:137
> )] - ExecuteException job:97ddefad-ce9f-468e-a408-741c221eb31d
> org.apache.kylin.job.exception.ExecuteException: org.apache.kylin.job.exception.ExecuteException: java.lang.IllegalStateException: Can't get cube
>  source record count.
>         at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:110)
>         at org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:133)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>         at java.lang.Thread.run(Thread.java:745)
> Caused by: org.apache.kylin.job.exception.ExecuteException: java.lang.IllegalStateException: Can't get cube source record count.
>         at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:110)
>         at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:50)
>         at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:106)
>         ... 4 more
> Caused by: java.lang.IllegalStateException: Can't get cube source record count.
>         at com.google.common.base.Preconditions.checkState(Preconditions.java:149)
>         at org.apache.kylin.job.cube.UpdateCubeInfoAfterBuildStep.doWork(UpdateCubeInfoAfterBuildStep.java:104)
>         at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:106)
>         ... 6 more



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)