Skip to content

Instantly share code, notes, and snippets.

@smurugap
Last active October 16, 2015 19:04
Show Gist options
  • Save smurugap/5454d4da64bb37c5c112 to your computer and use it in GitHub Desktop.
Save smurugap/5454d4da64bb37c5c112 to your computer and use it in GitHub Desktop.
root@Host1-CN1:~# pycassaShell -H 15.15.15.3 -k config_db_uuid
import readline
deleted_ids=['3de7d45a-9cd5-416f-a7e4-337fddb1b7ef', '8dbfb05c-e6ee-4266-988b-9e199b075f02', 'a09fc11e-7e85-42d2-80ee-03ccad58e357']
def test():
for k,v in OBJ_UUID_TABLE.get_range(column_count=10000000):
if k in deleted_ids:
print v
test()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment