Giovani created KYLIN-4269:
------------------------------
Summary: 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
Attachments: 2019-11-25_11h29_00.png, 2019-11-25_11h29_30.png,
2019-11-25_11h31_27.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)