[
https://issues.apache.org/jira/browse/IMPALA-9038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
liangwei wei updated IMPALA-9038:
---------------------------------
Priority: Blocker (was: Major)
> 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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]