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 <a...@apache.org> 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. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---