You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "readme_kylin (JIRA)" <ji...@apache.org> on 2018/03/05 05:53:00 UTC

[jira] [Commented] (KYLIN-3264) kylin.job.retry=1 cause build error

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

readme_kylin commented on KYLIN-3264:
-------------------------------------

 

when i set kylin.job.retry=1, the error happens sometimes.

2018-03-05 12:37:29,278 ERROR [Scheduler 471875371 Job 8637e961-30ef-460a-89d3-6c98e6009c68-606] common.HadoopShellExecutable:65 : error execute HadoopShellExecutable\{id=8637e961-30ef-460a-89d3-6c98e6009c68-05, name=Create HTable, state=RUNNING}
java.lang.IllegalArgumentException: table KYLIN230_8VVU83W44G created, but is not available due to some reasons
 at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92)
 at org.apache.kylin.storage.hbase.steps.CubeHTableUtil.createHTable(CubeHTableUtil.java:106)
 at org.apache.kylin.storage.hbase.steps.CreateHTableJob.run(CreateHTableJob.java:111)
 at org.apache.kylin.engine.mr.MRUtil.runMRJob(MRUtil.java:97)
 at org.apache.kylin.engine.mr.common.HadoopShellExecutable.doWork(HadoopShellExecutable.java:63)
 at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:162)
 at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:67)
 at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:162)
 at org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:300)
 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)
2018-03-05 12:37:29,300 INFO [Scheduler 471875371 Job 8637e961-30ef-460a-89d3-6c98e6009c68-606] execution.ExecutableManager:411 : job id:8637e961-30ef-460a-89d3-6c98e6009c68-05 from RUNNING to ERROR

> kylin.job.retry=1 cause build error
> -----------------------------------
>
>                 Key: KYLIN-3264
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3264
>             Project: Kylin
>          Issue Type: Bug
>          Components: Job Engine
>    Affects Versions: v2.3.0
>            Reporter: readme_kylin
>            Priority: Major
>
> when i set kylin.job.retry to 1,it cause build error at 6 step :Create HTable .
> here is the error info.
> java.lang.RuntimeException: HBase table KYLIN230_CFJ854DYZ4 exists!
>  at org.apache.kylin.storage.hbase.steps.CubeHTableUtil.createHTable(CubeHTableUtil.java:100)
>  at org.apache.kylin.storage.hbase.steps.CreateHTableJob.run(CreateHTableJob.java:111)
>  at org.apache.kylin.engine.mr.MRUtil.runMRJob(MRUtil.java:97)
>  at org.apache.kylin.engine.mr.common.HadoopShellExecutable.doWork(HadoopShellExecutable.java:63)
>  at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:162)
>  at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:67)
>  at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:162)
>  at org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:300)
>  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)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)