Assuming you're running with Kylin 1.6; from the source code, it indicates that the segment wasn't found, this shoudln't happen usually; You can discard current job, and then retry the build: https://github.com/apache/kylin/blob/kylin-1.6.0/engine-mr/src/main/java/org/apache/kylin/engine/mr/steps/FactDistinctColumnsJob.java#L98, it
2017-02-14 13:57 GMT+08:00 xingyejun <[email protected]>: > Hi, > > Does anyone met the following issues when building a cube? > > java.lang.IllegalStateException > at > org.apache.kylin.engine.mr.steps.FactDistinctColumnsJob. > run(FactDistinctColumnsJob.java:98) > at org.apache.kylin.engine.mr.MRUtil.runMRJob(MRUtil.java:88) > at > org.apache.kylin.engine.mr.common.MapReduceExecutable. > doWork(MapReduceExecutable.java:120) > at > org.apache.kylin.job.execution.AbstractExecutable. > execute(AbstractExecutable.java:113) > at > org.apache.kylin.job.execution.DefaultChainedExecutable.doWork( > DefaultChainedExecutable.java:57) > at > org.apache.kylin.job.execution.AbstractExecutable. > execute(AbstractExecutable.java:113) > at > org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run( > DefaultScheduler.java:136) > at > java.util.concurrent.ThreadPoolExecutor.runWorker( > ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run( > ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > > result code:2 > > -- > View this message in context: http://apache-kylin.74782.x6. > nabble.com/Help-needed-Issue-when-build-the-cube-tp7191.html > Sent from the Apache Kylin mailing list archive at Nabble.com. > -- Best regards, Shaofeng Shi 史少锋
