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

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

nick created KUDU-1428:
--------------------------

             Summary: 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: master
    Affects Versions: 0.8.0
            Reporter: nick


 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)