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

[jira] [Created] (KYLIN-3591) 每次执行到"Convert Cuboid Data to HFile"这里时都会失败

jiajingsi created KYLIN-3591:
--------------------------------

             Summary: 每次执行到"Convert Cuboid Data to HFile"这里时都会失败
                 Key: KYLIN-3591
                 URL: https://issues.apache.org/jira/browse/KYLIN-3591
             Project: Kylin
          Issue Type: Bug
          Components: Job Engine
         Environment: Hadoop 2.7.2 ,HBase 1.1.1 , Zookeeper 3.4.12
            Reporter: jiajingsi


我测试过2.4和2.5.0版本,但是都是同样的问题。每次创建cube后,执行Monitor时,任务跑到""Convert Cuboid Data to HFile""这里都会失败,日志显示的是:
org.apache.kylin.engine.mr.exception.MapReduceException:

at org.apache.kylin.engine.mr.common.MapReduceExecutable.doWork(MapReduceExecutable.java:173)
	at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:163)
	at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:69)
	at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:163)
	at org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:113)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)



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