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

ASF GitHub Bot commented on DRILL-4199:
---------------------------------------

GitHub user adityakishore opened a pull request:

    https://github.com/apache/drill/pull/443

    DRILL-4199: Add Support for HBase 1.X

    Highlights of the changes:
    
    * Updated HBase dependencies version to 1.1.3 and 1.1.1-mapr-1602-m7-5.1.0 
for default and mapr profiles respectively.
    * Replaced the old HBase APIs (HBaseAdmin/HTable) with the new HBase 1.1 
APIs (Connection/Admin/Table).
    * Added "commons-logging" dependency in the "provided" scope to allow HBase 
test cluster to come up for Unit tests.
    * Relaxed banned dependency rule for "commons-logging" library for 
"storage-hbase" module alone, in provided scope only.
    * Removed the use of many deprecated APIs throughout the modules code.
    
    All unit tests are green.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/adityakishore/drill DRILL-4199

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/443.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #443
    
----
commit 1989c0082e6f0194e898ab7af9f5962a8f6a2f4d
Author: Aditya Kishore <[email protected]>
Date:   2016-03-23T22:50:30Z

    DRILL-4199: Add Support for HBase 1.X
    
    Highlights of the changes:
    
    * Updated HBase dependencies version to 1.1.3 and 1.1.1-mapr-1602-m7-5.1.0 
for default and mapr profiles respectively.
    * Replaced the old HBase APIs (HBaseAdmin/HTable) with the new HBase 1.1 
APIs (Connection/Admin/Table).
    * Added "commons-logging" dependency in the "provided" scope to allow HBase 
test cluster to come up for Unit tests.
    * Relaxed banned dependency rule for "commons-logging" library for 
"storage-hbase" module alone, in provided scope only.
    * Removed the use of many deprecated APIs throughout the modules code.
    
    All unit tests are green.

----


> Add Support for HBase 1.X
> -------------------------
>
>                 Key: DRILL-4199
>                 URL: https://issues.apache.org/jira/browse/DRILL-4199
>             Project: Apache Drill
>          Issue Type: New Feature
>          Components: Storage - HBase
>    Affects Versions: 1.7.0
>            Reporter: Divjot singh
>            Assignee: Aditya Kishore
>
> Is there any Road map to upgrade the Hbase version to 1.x series. Currently 
> drill supports Hbase 0.98 version.



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

Reply via email to