We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: