You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "liangwei wei (Jira)" <ji...@apache.org> on 2019/10/16 00:58:00 UTC

[jira] [Closed] (IMPALA-9038) impala cdh-6.3.0 create kudu table failed

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

liangwei wei closed IMPALA-9038.
--------------------------------
    Resolution: Done

> impala cdh-6.3.0   create kudu table failed
> -------------------------------------------
>
>                 Key: IMPALA-9038
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9038
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Catalog
>    Affects Versions: Impala 3.2.0
>            Reporter: liangwei wei
>            Priority: Blocker
>
> I try to create a kudu table on impala-3.2.0-cdh6.3.0  as follows:
> create table testweikudu(
> pt_timestamp int,
> crossing_id int,
> plate_no string,
> PRIMARY KEY(pt_timestamp,crossing_id,plate_no)
> )PARTITION BY HASH PARTITIONS 16
> STORED AS KUDU
> TBLPROPERTIES (
>     'kudu.num_tablet_replicas' = '1'
> );
> return 
> {color:red}ERROR: IllegalArgumentException: null{color}
> catalogd log get error as follows:
> E1014 11:58:36.633292  4198 catalog-server.cc:110] IllegalArgumentException: null
> as result  kudu have already created table successful ,but can not see the table "testweikudu" on impala。
> does there some bug on impala of this version ?



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