[
https://issues.apache.org/jira/browse/KYLIN-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16203267#comment-16203267
]
Zhong Yanghong commented on KYLIN-2530:
---------------------------------------
If fixing like so, the config will override existing job configs, which may
cause other issue.
> 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
> Assignee: liyang
> Fix For: v2.0.0
>
>
> 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.4.14#64029)