[ https://issues.apache.org/jira/browse/HIVE-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Basab Maulik updated HIVE-1512: ------------------------------- Attachment: HIVE-1512.2.patch This patch allows the HBase handler to work with both the hbase 0.20.x/ zookeeper 3.2.2 libraries and the hbase 0.89.0 snapshot / zk 3.3.1 libraries. The patch changes code to use HBase client API's which are not deprecated or removed in 0.89.0. Primarily we consistently use a column family / column qualifier pair for HBase client api's instead of "<column-family>:<column-qualifier>" colon-separated form allowed in the 0.20.x apis. Tests pass with 0.20.3, 0.20.5 / zk 3.2.2 and 0.89.0 snapshot / zk 3.3.1. > Need to get hive_hbase-handler to work with hbase versions 0.20.4 0.20.5 and > cloudera CDH3 version > --------------------------------------------------------------------------------------------------- > > Key: HIVE-1512 > URL: https://issues.apache.org/jira/browse/HIVE-1512 > Project: Hadoop Hive > Issue Type: Improvement > Components: HBase Handler > Affects Versions: 0.7.0 > Reporter: Jimmy Hu > Assignee: Basab Maulik > Fix For: 0.7.0 > > Attachments: HIVE-1512.2.patch, HIVE-1512.patch > > Original Estimate: 48h > Remaining Estimate: 48h > > the current trunk hive_hbase-handler only works with hbase 0.20.3, we need > to get it to work with hbase versions 0.20.4 0.20.5 and cloudera CDH3 version -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.