You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "sachin arora (JIRA)" <ji...@apache.org> on 2017/06/29 12:04:00 UTC

[jira] [Created] (KYLIN-2698) Receiving error on 3rd step while creating sample cube

sachin arora created KYLIN-2698:
-----------------------------------

             Summary: Receiving error on 3rd step while creating sample cube
                 Key: KYLIN-2698
                 URL: https://issues.apache.org/jira/browse/KYLIN-2698
             Project: Kylin
          Issue Type: Bug
          Components: Job Engine
         Environment: Cloudera VM
            Reporter: sachin arora
            Assignee: Dong Li
            Priority: Critical


I am receiving the below error while creating a sample cube in Kylin. Everytime the JOb fails at the 3rd step.

Error-:

java.lang.NoClassDefFoundError: Could not initialize class org.apache.hive.hcatalog.data.schema.HCatFieldSchema$Type
	at org.apache.hive.hcatalog.data.schema.HCatFieldSchema.<init>(HCatFieldSchema.java:226)
	at org.apache.hive.hcatalog.data.schema.HCatSchemaUtils.getHCatFieldSchema(HCatSchemaUtils.java:122)
	at org.apache.hive.hcatalog.data.schema.HCatSchemaUtils.getHCatFieldSchema(HCatSchemaUtils.java:115)
	at org.apache.hive.hcatalog.common.HCatUtil.getHCatFieldSchemaList(HCatUtil.java:151)
	at org.apache.hive.hcatalog.common.HCatUtil.extractSchema(HCatUtil.java:158)
	at org.apache.hive.hcatalog.mapreduce.HCatTableInfo.valueOf(HCatTableInfo.java:146)
	at org.apache.hive.hcatalog.mapreduce.InitializeInput.getInputJobInfo(InitializeInput.java:110)
	at org.apache.hive.hcatalog.mapreduce.InitializeInput.setInput(InitializeInput.java:86)
	at org.apache.hive.hcatalog.mapreduce.HCatInputFormat.setInput(HCatInputFormat.java:95)
	at org.apache.hive.hcatalog.mapreduce.HCatInputFormat.setInput(HCatInputFormat.java:51)
	at org.apache.kylin.source.hive.HiveMRInput$HiveTableInputFormat.configureJob(HiveMRInput.java:111)
	at org.apache.kylin.engine.mr.steps.FactDistinctColumnsJob.setupMapper(FactDistinctColumnsJob.java:141)
	at org.apache.kylin.engine.mr.steps.FactDistinctColumnsJob.run(FactDistinctColumnsJob.java:119)
	at org.apache.kylin.engine.mr.MRUtil.runMRJob(MRUtil.java:102)
	at org.apache.kylin.engine.mr.common.MapReduceExecutable.doWork(MapReduceExecutable.java:123)
	at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:124)
	at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:64)
	at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:124)
	at org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:142)
	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
(v6.4.14#64029)