We are trying to map a Hive table to a Phoenix table and having problems when we use a composite key made from several columns in the table. It appears that these columns are not exposed independently when trying to map to Hive because they are not actual columns in the underlying HBase table. Is there a way around this?
We are using the HbaseStorageHandler to do the mapping and Hive 0.13 from CDH 5.3.3 Thanks Justin
