[
https://issues.apache.org/jira/browse/KUDU-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Casey Ching resolved KUDU-1428.
-------------------------------
Resolution: Duplicate
Fix Version/s: 0.9.0
Moved to the Impala bug tracker. https://issues.cloudera.org/browse/IMPALA-3461
> create table does not accept upper case hash keys
> -------------------------------------------------
>
> Key: KUDU-1428
> URL: https://issues.apache.org/jira/browse/KUDU-1428
> Project: Kudu
> Issue Type: Bug
> Components: impala
> Affects Versions: 0.8.0
> Reporter: nick
> Assignee: Casey Ching
> Fix For: 0.9.0
>
>
> CREATE TABLE test1 (
>
>
>
>
> Col1 SMALLINT,
>
>
>
>
> Col2 BIGINT
>
>
>
>
> ) distribute by hash (Col1) INTO 10 BUCKETS
> TBLPROPERTIES (
> 'kudu.master_addresses'='172.23.48.30:7051',
> 'kudu.num_tablet_replicas'='3',
> 'kudu.key_columns'='Col1',
> 'kudu.table_name'='test1',
> 'storage_handler'='com.cloudera.kudu.hive.KuduStorageHandler');
> ERROR:
> ImpalaRuntimeException: Error creating Kudu table
> CAUSED BY: MasterErrorException: Server[Kudu Master - 172.23.48.30:7051]
> INVALID_ARGUMENT[code 4]: unknown column: name: "Col1"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)