[
https://issues.apache.org/jira/browse/IMPALA-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036354#comment-17036354
]
Gatsby Lee commented on IMPALA-8974:
------------------------------------
This issue also exists on Impala 3.2.0 as well ( CDH 6.3.2 )
> Create kudu table failed when catalogd connected to mysql directly instead of
> use HMS
> -------------------------------------------------------------------------------------
>
> Key: IMPALA-8974
> URL: https://issues.apache.org/jira/browse/IMPALA-8974
> Project: IMPALA
> Issue Type: Bug
> Components: Frontend
> Affects Versions: Impala 3.3.0
> Environment: Distributor ID: Debian
> Description: Debian GNU/Linux 8.6 (jessie)
> Release: 8.6
> Codename: jessie
> Reporter: WangSheng
> Assignee: WangSheng
> Priority: Critical
> Attachments: error.png
>
>
> I created kudu managerd table as below:
> {code:java}
> create table if not exists kudu_test_table(
> logDay string,
> id int,
> primary key(logDay,id))
> PARTITION BY RANGE (logDay)
> (PARTITION VALUE = '2019-09-20')
> STORED AS KUDU TBLPROPERTIES
> ('kudu.master_addresses'='master1:7051,master2:7051,master3:7051');
> {code}
> The query return failed. We connected to mysql directly instead of use HMS.
> I've already read the related code, and I'd like to try to solve this problem.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]