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 15:27:00 UTC

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=16982593#comment-16982593 ] 

Xiaoxiang Yu edited comment on KYLIN-4269 at 11/26/19 3:26 PM:
---------------------------------------------------------------

Hi, [~giovanimarin]. I am agreed with you, Kylin should follow the release of Hadoop, but I guess maybe you have to wait a moment(maybe a few month). If you cannot wait so long, please try to downgrade from Hadoop 3.2 to Hadoop3.1(HDP3.0 -HDP3.1).


But another question , I have check the [https://docs.cloudera.com/HDPDocuments/index.html,] [https://supportmatrix.hortonworks.com|https://supportmatrix.hortonworks.com,/]. I cannot find a HDP3.2 release, *3.1.4* is the lastest version of HDP, and 3.1.4 use Hadoop3.1. I guess what you mean is *Hadoop 3.2 * not *HDP 3.2*.

 
Here is all hdp releases.
!image-2019-11-26-23-22-23-008.png!

 
Here is my hadoop version in HDP3.1.

[root@hdp30 ~]# hadoop version
Hadoop 3.1.1.3.1.0.0-78
Source code repository git@github.com:hortonworks/hadoop.git -r e4f82af51faec922b4804d0232a637422ec29e64
Compiled by jenkins on 2018-12-06T12:26Z
Compiled with protoc 2.5.0
From source with checksum eab9fa2a6aa38c6362c66d8df75774
This command was run using /usr/hdp/3.1.0.0-78/hadoop/hadoop-common-3.1.1.3.1.0.0-78.jar
 

 


was (Author: hit_lacus):
Hi, [~giovanimarin]. I am agreed with you, Kylin should follow the release of Hadoop, but I guess maybe you have to wait a moment(maybe a few month). 

 

But another question, I have check the [https://docs.cloudera.com/HDPDocuments/index.html,] [https://supportmatrix.hortonworks.com|https://supportmatrix.hortonworks.com,/]. I cannot find a HDP3.2 release, do I make any mistake?

 

!image-2019-11-26-23-22-23-008.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, image-2019-11-26-23-22-23-008.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)