d column of table is huge,
>>> few thousand characters long and there around 10K rows.
>>>
>>> Code :
>>>
>>> from cassandra.cluster import Cluster
>>>
>>> cluster = Cluster(['10.2.252.0', '10.2.252.1'])
>&g
nd 10K rows.
>>
>> Code :
>>
>> from cassandra.cluster import Cluster
>>
>> cluster = Cluster(['10.2.252.0', '10.2.252.1'])
>> session = cluster.connect('test')
>>
>> str = "SELECT * FROM users ";
>> row
', '10.2.252.1'])
> session = cluster.connect('test')
>
> str = "SELECT * FROM users ";
> rows = session.execute(str)
>
> for user_row in rows:
> print user_row.f_id, user_row.data
>
> cluster.shutdown()
>
> Exception:
>
> Ex
_row.data
cluster.shutdown()
Exception:
Exception in thread event_loop (most likely raised during interpreter
shutdown):
Traceback (most recent call last):
File "/usr/local/lib/python2.7/threading.py", line 810, in
__bootstrap_inner
File "/usr/local/lib/python2.7/threading.py&q