[ https://issues.apache.org/jira/browse/HIVE-9650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14324904#comment-14324904 ]
Sean Busbey commented on HIVE-9650: ----------------------------------- With the changes in for HBASE-13027 and HIVE-9706, the HBase handler should work for 0.98.x and 1.x. It'll have deprecation warnings in compilation and in the debug log. Probably worth tolerating until we want to up our minimum supported version. > Fix HBase tests post 1.x API changes > ------------------------------------ > > Key: HIVE-9650 > URL: https://issues.apache.org/jira/browse/HIVE-9650 > Project: Hive > Issue Type: Bug > Reporter: Brock Noland > Assignee: Brock Noland > Attachments: HIVE-9650.patch > > > The API {{TableInputFormatBase.setTable}} has been deprecated and the > connection management API has changed. > {noformat} > java.io.IOException: The connection has to be unmanaged. > at > org.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation.getAdmin(ConnectionManager.java:720) > at > org.apache.hadoop.hbase.mapreduce.TableInputFormatBase.setHTable(TableInputFormatBase.java:359) > at > org.apache.hadoop.hive.hbase.HiveHBaseTableInputFormat.getSplitsInternal(HiveHBaseTableInputFormat.java:444) > at > org.apache.hadoop.hive.hbase.HiveHBaseTableInputFormat.getSplits(HiveHBaseTableInputFormat.java:432) > at > org.apache.hadoop.hive.ql.io.HiveInputFormat.addSplitsForGroup(HiveInputFormat.java:306) > at > org.apache.hadoop.hive.ql.io.HiveInputFormat.getSplits(HiveInputFormat.java:408) > at > org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.getCombineSplits(CombineHiveInputFormat.java:361) > at > org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.getSplits(CombineHiveInputFormat.java:571) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)