liyang created KYLIN-2530:
-----------------------------
Summary: Build cube failed with NoSuchObjectException, hive table
not found 'default.kylin_intermediate_xxxx'
Key: KYLIN-2530
URL: https://issues.apache.org/jira/browse/KYLIN-2530
Project: Kylin
Issue Type: Bug
Reporter: liyang
In the mapper of "Extract Fact Table Distinct Columns" job, exception like
below is thrown. However the reported table actually exists if check at the
hive command line.
java.lang.RuntimeException: java.io.IOException:
NoSuchObjectException(message:default.kylin_intermediate_xxxx table not found)
at
org.apache.kylin.source.hive.HiveMRInput$HiveTableInputFormat.configureJob(HiveMRInput.java:110)
at
org.apache.kylin.engine.mr.steps.FactDistinctColumnsJob.setupMapper(FactDistinctColumnsJob.java:119)
at
org.apache.kylin.engine.mr.steps.FactDistinctColumnsJob.run(FactDistinctColumnsJob.java:103)
....
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)