deprecate hbase

ain't nobody got time for this

Change-Id: I8b5220798738aa02e06615e1493744d644507609
This commit is contained in:
gord chung 2017-06-14 17:10:59 +00:00
parent 0bbaa20089
commit 6c14a69079
2 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,7 @@
# under the License.
import os
import warnings
import happybase
from oslo_log import log
@ -29,6 +30,8 @@ class Connection(object):
_memory_instance = None
def __init__(self, url):
warnings.warn("Panko's HBase driver is now deprecated. Please use "
"another driver.")
"""Hbase Connection Initialization."""
opts = self._parse_connection_url(url)

View File

@ -0,0 +1,6 @@
---
deprecations:
- |
Panko's HBase driver is untested and unmaintained. A quick query confirms
no one cares about it. Therefore, the Hbase driver is gone and will be
removed in the following cycle.