You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Xiaoxiang Yu (Jira)" <ji...@apache.org> on 2019/11/26 14:21:00 UTC

[jira] [Updated] (KYLIN-4269) Error in step 2 when try build a cube

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

Xiaoxiang Yu updated KYLIN-4269:
--------------------------------
    Attachment: Jietu20191126-222039@2x.png

> Error in step 2 when try build a cube
> -------------------------------------
>
>                 Key: KYLIN-4269
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4269
>             Project: Kylin
>          Issue Type: Bug
>          Components: Job Engine
>    Affects Versions: v3.0.0-alpha2
>            Reporter: Giovani
>            Priority: Blocker
>         Attachments: 2019-11-25_11h29_00.png, 2019-11-25_11h29_30.png, 2019-11-25_11h31_27.png, Jietu20191126-222039@2x.png
>
>
> When i try build a cube, in the step 2 job engine run a query in metadata of hive:
> SELECT DISTINCT 'org.apache.hadoop.hive.metastore.model.MTable' AS 'NUCLEUS_TYPE, 'A0'.'CREATE_TIME','A0'.'LAST_ACCESS_TIME','A0'.'OWNER','A0'.'OWNER_TYPE','A0'.'RETENTION','A0'.'REWRITE_ENABLE'','A0'.'TBL_NAME','A0'.'TBL_TYPE','A0'.'TBL_ID' FROM 'TBLS' 'A0' LEFT OUTER JOIN 'DBS' 'B0' ON 'A0'.'DBID' = 'B0'.'DB_ID'
> And catch the follow error: 
> 'Unknown column 'AO.REWRITE_ENABLED' in 'filed list'
> I entry in hive mysql metadata and run a describe for TBLS table, and saw that the field AO.REWRITE_ENABLED changed for AO.IS_REWRITE_ENABLED.
>  
> It's probability is a cause of problem.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)