You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2015/02/11 07:48:11 UTC

[jira] [Commented] (HIVE-9650) Fix HBase tests post 1.x API changes

    [ https://issues.apache.org/jira/browse/HIVE-9650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14315678#comment-14315678 ] 

Brock Noland commented on HIVE-9650:
------------------------------------

FYI [~esteban]

> 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)