Hey Folks,

I have a row like this. 'twitter_row_key' is the row key and
411186035495010304 is column. Rest is values for 411186035495010304 column.
See below.

'twitter_row_key': OrderedDict([('411186035495010304', u'{"score": 0,
"tid": 411186035495010304, "created_at": "Thu Dec 12 17:29:24 +0000 2013",
"favorite": 0, "retweet": 0, "approved": "true"}'),])

How can I set approved to 'false' ??


When I try insert for row key 'twitter_row_key' and column
411186035495010304, it overwrites the whole data and new row becomes like
this

'twitter_row_key': OrderedDict([('411186035495010304', u'{"approved":
"true"}'),])


Any thoughts guys?

Reply via email to