Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-3461

create table does not accept upper case hash keys

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Cannot Reproduce
    • Kudu_Impala
    • None
    • Frontend

    Description

      Copied from https://issues.apache.org/jira/browse/KUDU-1428

      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"

      Attachments

        Activity

          People

            Unassigned Unassigned
            caseyc casey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: