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

Impala throws IllegalStateException when querying a HBase table with a map type column

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Impala 1.1
    • Impala 1.2
    • None
    • None

    Description

      From user group.

      Here's the table definition:

      CREATE EXTERNAL TABLE hb_user_actions(key string, action_params map<string, string>)
      STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
      WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":key, a:")
      TBLPROPERTIES("hbase.table.name" = "user_actions");

      Querying this table throws IllegalStateException. Impala should raise a proper error instead.

      Attachments

        Activity

          People

            lskuff Lenni Kuff
            alan@cloudera.com Alan Choi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: