Guest User

Untitled

a guest
Jul 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. >>> result = client.get_slice(keyspace, key, column_parent, predicate, ConsistencyLevel.ONE);
  2. /usr/lib64/python2.6/site-packages/thrift/Thrift.py:58: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  3. self.message = message
  4. Traceback (most recent call last):
  5. File "<stdin>", line 1, in <module>
  6. File "/home/mark/work/common/cassandra/Cassandra.py", line 196, in get_slice
  7. self.send_get_slice(keyspace, key, column_parent, predicate, consistency_level)
  8. File "/home/mark/work/common/cassandra/Cassandra.py", line 209, in send_get_slice
  9. self._oprot.trans.flush()
  10. File "/usr/lib64/python2.6/site-packages/thrift/transport/TTransport.py", line 165, in flush
  11. self.__trans.write(out)
  12. File "/usr/lib64/python2.6/site-packages/thrift/transport/TSocket.py", line 99, in write
  13. raise TTransportException(type=TTransportException.NOT_OPEN, message='Transport not open')
  14. thrift.transport.TTransport.TTransportException: Transport not open
Add Comment
Please, Sign In to add comment