You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Yuzhang QIU (JIRA)" <ji...@apache.org> on 2019/03/08 02:35:00 UTC

[jira] [Commented] (KYLIN-3859) Unknown column 'A0.CATALOG_NAME' in 'where clause'

    [ https://issues.apache.org/jira/browse/KYLIN-3859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16787465#comment-16787465 ] 

Yuzhang QIU commented on KYLIN-3859:
------------------------------------

Hi:
  Here are some similar problems and answers may you can refer to. 

> Unknown column 'A0.CATALOG_NAME' in 'where clause' 
> ---------------------------------------------------
>
>                 Key: KYLIN-3859
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3859
>             Project: Kylin
>          Issue Type: Test
>          Components: Storage - HBase
>            Reporter: praveenece
>            Priority: Blocker
>
> Find below software and its version installed.
> 1.apache-kylin-2.6.0-bin-hadoop3
> 2.hadoop-3.1.1
> 3.hbase-2.0.0
> 4.apache-hive-3.1.1-bin
> the below exception is being thrown while trying to load data source from Kylin UI.
> com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'A0.CATALOG_NAME' in 'where clause'.
> after updating columns in DBS and TBLS in Hive metastore i am able to view db and table names but we tried to do sync i am getting exceptions like :
> org.apache.kylin.engine.mr.exception.HadoopShellException: java.lang.RuntimeException: cannot get HiveTableMeta
>          at org.apache.kylin.source.hive.HiveTable.<init>(HiveTable.java:50)
>          at org.apache.kylin.source.hive.HiveSource.createReadableTable(HiveSource.java:68)
>          at org.apache.kylin.source.SourceManager.createReadableTable(SourceManager.java:145)
>          at org.apache.kylin.cube.CubeManager$DictionaryAssist.buildSnapshotTable(CubeManager.java:1173)
>          at org.apache.kylin.cube.CubeManager.buildSnapshotTable(CubeManager.java:1090)
>          at org.apache.kylin.cube.cli.DictionaryGeneratorCLI.processSegment(DictionaryGeneratorCLI.java:97)
>          at org.apache.kylin.cube.cli.DictionaryGeneratorCLI.processSegment(DictionaryGeneratorCLI.java:55)
>          at org.apache.kylin.engine.mr.steps.CreateDictionaryJob.run(CreateDictionaryJob.java:73)
>          at org.apache.kylin.engine.mr.MRUtil.runMRJob(MRUtil.java:93)
>          at org.apache.kylin.engine.mr.common.HadoopShellExecutable.doWork(HadoopShellExecutable.java:63)
>          at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:165)
>          at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:70)
>          at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:165)
>          at org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:114)
>          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)
> Caused by: MetaException(message:java.lang.UnsupportedOperationException: Storage schema reading not supported)
>          at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.newMetaException(HiveMetaStore.java:6935)
>          at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.get_fields_with_environment_context(HiveMetaStore.java:5182)
>          at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.get_fields(HiveMetaStore.java:5144)
>          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>          at java.lang.reflect.Method.invoke(Method.java:498)
>          at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:147)
>          at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invoke(RetryingHMSHandler.java:108)
>          at com.sun.proxy.$Proxy66.get_fields(Unknown Source)
>          at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getFields(HiveMetaStoreClient.java:1845)
>          at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getFields(HiveMetaStoreClient.java:1839)
>          at org.apache.kylin.source.hive.CLIHiveClient.getHiveTableMeta(CLIHiveClient.java:78)
>          at org.apache.kylin.source.hive.HiveTable.<init>(HiveTable.java:48)
>          ... 16 more
> Caused by: java.lang.UnsupportedOperationException: Storage schema reading not supported
>          at org.apache.hadoop.hive.metastore.DefaultStorageSchemaReader.readSchema(DefaultStorageSchemaReader.java:36)
>          at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.get_fields_with_environment_context(HiveMetaStore.java:5173)
>          ... 28 more
> result code:2
>          at org.apache.kylin.engine.mr.common.HadoopShellExecutable.doWork(HadoopShellExecutable.java:73)
>          at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:165)
>          at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:70)
>          at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:165)
>          at org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:114)
>          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)