You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2016/07/11 02:54:10 UTC

[jira] [Resolved] (KYLIN-1862) "table not found" in "Build Dimension Dictionary" step

     [ https://issues.apache.org/jira/browse/KYLIN-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaofeng SHI resolved KYLIN-1862.
---------------------------------
    Resolution: Fixed

> "table not found" in "Build Dimension Dictionary" step
> ------------------------------------------------------
>
>                 Key: KYLIN-1862
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1862
>             Project: Kylin
>          Issue Type: Bug
>          Components: Job Engine
>    Affects Versions: v1.5.3
>            Reporter: Shaofeng SHI
>            Assignee: Shaofeng SHI
>             Fix For: v1.5.3
>
>
> In a cube, I use a hive view as lookup table; The view name is "ssb.v_customer"; 
> In the "Materialize Hive View in Lookup Tables" step, the log said:
> Table default.kylin_intermediate_ssb_v_customer stats: [numFiles=2, numRows=1800000, totalSize=82661469, rawDataSize=169673761]
> In the "Build Dimension Dictionary" step, it failed with message:
> "DEFAULT.kylin_intermediate_DEFAULT_V_CUSTOMER table not found"
> Error trace:
> {code}
> NoSuchObjectException(message:DEFAULT.kylin_intermediate_DEFAULT_V_CUSTOMER table not found)
> 	at org.apache.kylin.source.hive.HiveTable.getSignature(HiveTable.java:71)
> 	at org.apache.kylin.dict.DictionaryManager.buildDictionary(DictionaryManager.java:302)
> 	at org.apache.kylin.cube.CubeManager.buildDictionary(CubeManager.java:185)
> 	at org.apache.kylin.cube.cli.DictionaryGeneratorCLI.processSegment(DictionaryGeneratorCLI.java:51)
> 	at org.apache.kylin.cube.cli.DictionaryGeneratorCLI.processSegment(DictionaryGeneratorCLI.java:42)
> 	at org.apache.kylin.engine.mr.steps.CreateDictionaryJob.run(CreateDictionaryJob.java:56)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:90)
> 	at org.apache.kylin.engine.mr.common.HadoopShellExecutable.doWork(HadoopShellExecutable.java:63)
> 	at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
> 	at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:57)
> 	at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
> 	at org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:127)
> 	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)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)