Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickscript returns invalid cassandra keyspace 'tr_keyspace' #36

Open
Mokson opened this issue Aug 4, 2022 · 1 comment
Open

quickscript returns invalid cassandra keyspace 'tr_keyspace' #36

Mokson opened this issue Aug 4, 2022 · 1 comment

Comments

@Mokson
Copy link

Mokson commented Aug 4, 2022

image
image

@miaohf
Copy link

miaohf commented Sep 16, 2022

hi, Mokson
try to detach the cassandra contrainer and manual create the keyspace.


[root@localhost testrail-docker-master]# docker exec -it testrail-docker-master-cassandra-1 /bin/bash
root@272e3225dead:/# cqlsh -u cassandra -p cassandra
Connected to Test Cluster at 127.0.0.1:9042.
[cqlsh 5.0.1 | Cassandra 3.11.9 | CQL spec 3.4.4 | Native protocol v4]
Use HELP for help.
cassandra@cqlsh> CREATE KEYSPACE IF NOT EXISTS tr_keyspace   WITH REPLICATION = {    'class' : 'SimpleStrategy',    'replication_factor' : 1   };
cassandra@cqlsh> DESCRIBE keyspaces;

system_auth    tr_keyspace  system_distributed
system_schema  system       system_traces

cassandra@cqlsh>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants