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

Shivram Mani commented on HAWQ-15:
----------------------------------

The changes impacting PXF are centered around the introduction of 
ConnectionFactory that manages the lifecycle of the Connections to the hbase 
tables and the deprecation of the older apis.

[HBaseAccessor]
PXF’s when reading HBase uses HBase table to open. HTable constructor has been 
deprecated. More context about these changes can be found 
https://issues.apache.org/jira/browse/HBASE-6580
Table instance should instead be obtained via Connection using 
ConnectionFactory 
https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/ConnectionFactory.html

[HBaseDataFragmenter]
Use connection object to get the region location information. More context can 
be found here https://issues.apache.org/jira/browse/HBASE-12029

[Other]
HBaseAdmin constructor has been deprecated instead use connection object from 
connectionFactory

This also may impact some pxf hbase unit tests.

> Hbase 1.1.1 support
> -------------------
>
>                 Key: HAWQ-15
>                 URL: https://issues.apache.org/jira/browse/HAWQ-15
>             Project: Apache HAWQ
>          Issue Type: Sub-task
>            Reporter: Goden Yao
>            Assignee: Roman Shaposhnik
>
> Update PXF to work with Hbase 1.1.1. HBase being a major version upgrade has 
> a few api changes including removal of few deprecated apis. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to