You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2016/04/27 08:05:12 UTC

[jira] [Assigned] (KUDU-1428) create table does not accept upper case hash keys

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

Todd Lipcon reassigned KUDU-1428:
---------------------------------

    Assignee: Casey Ching

> 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
>
>  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)