Skip to content

Instantly share code, notes, and snippets.

@mrvisser
Created June 13, 2014 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrvisser/6e550a465219a58e5bfe to your computer and use it in GitHub Desktop.
Save mrvisser/6e550a465219a58e5bfe to your computer and use it in GitHub Desktop.
```
$ cqlsh -3
use oae;Connected to test-1.2.15 at localhost:9160.
[cqlsh 3.1.7 | Cassandra 1.2.15-SNAPSHOT | CQL spec 3.0.0 | Thrift protocol 19.36.2]
Use HELP for help.
cqlsh> use oae;
cqlsh:oae> SELECT "userId" FROM "AuthenticationLoginId" WHERE "loginId" = 'oae:twitter:meestaveesa';
Request did not complete within rpc_timeout.
cqlsh:oae> SELECT "userId" FROM "AuthenticationLoginId" WHERE "loginId" = 'blah';
cqlsh:oae> SELECT * FROM "AuthenticationLoginId" LIMIT 5;
loginId | password | userId
-----------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------
oae:local:batch0-alyce-sabbatini-52 | cde2b1b5af9837c00cac8ac5c813533c$2a229eefa1758227d9aa147f47ef75450815d8269f0c842d976a66d0954e0811508cc7a3db32686a4210abc05069887f60cab76e757ec98847dc8ec26bf870ab | u:oae:eygDIUmaVyx
oae:local:batch0-margaretta-sallmen-157 | 7e3104e4516f7e993ec0f363e9570ec2$8ebed931f563f51afc13bd26f1f69318074f21656316baff7c3deed0eaf2d221acafd7102d424afd31abbfc78407aa44170fd7f9f9ddef5966c63a024d830afa | u:oae:gyxWPD7aEkx
oae:local:batch0-marc-desjarlais-319 | cf51b4f3ffbede340ff305212021a0d1$665a12f93e7ad1e642698cf62e936e82555405bca325909c1da070caf56a495276b4c82fa1511ab5f291db2304e29e9795a16bf05d61f166b678c162d60ad61b | u:oae:lkM1GwmpV1g
oae:local:batch0-dorthy-keisacker-656 | d36b486267d5472e5d479587c8925957$049b59468de204f1a73978f07144a4406e9eabaa0cd8cec4ee7bc9f97181d16dc5ea4415948a7d5ca6983a65a6189024293ebf9eef1427af32c859d6b2ce5209 | u:oae:xJ4Lb_mpNJx
oae:local:batch0-carla-parkers-12 | fa413dcfc960ae469ed5cdeee3190b0b$bd22dcba541d495381e20160cabddfd02a71e8accd9e4fb6e8ec97d22e0898d9b6c38418402ad8464e741f86e76cd0bdecae590c7bffee4e15857a917642f4ef | u:oae:gyxAOUXTEye
cqlsh:oae> quit
```
```
~/Source/oaeproject/Hilary$ nodetool repair
Failed to connect to '127.0.0.1:7199': Connection refused
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment