We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59050bf commit 75c5d6bCopy full SHA for 75c5d6b
frontera/contrib/backends/hbase/utils.py
@@ -1,7 +1,7 @@
1
from __future__ import absolute_import
2
from happybase import Batch
3
4
-from thriftpy.transport import TTransportException
+from thriftpy2.transport import TTransportException
5
import logging
6
7
@@ -19,4 +19,4 @@ def send(self):
19
self.logger.exception("Exception happened during batch persistence")
20
self.logger.warning("Cleaning up the batch")
21
self._reset_mutations()
22
- pass
+ pass
setup.py
@@ -42,7 +42,8 @@
42
install_requires=[
43
'six>=1.8.0',
44
'w3lib>=1.15.0',
45
- 'cityhash>=0.1.7'
+ 'cityhash>=0.1.7',
46
+ 'thriftpy2'
47
],
48
extras_require={
49
'sql': [
0 commit comments