I created a keyspace with the cassandra-cli tool, and i can “use” it. However when I go try to use the cqlsh command to “use” the keyspace, it doesn’t exist. Can I not use them both?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am using cassandra 1.1.1 and I never face this kind of issue;
Check if your cqlsh client is pointing to your cassandra server (open the cqlsh file and see if “DEFAULT_HOST” points to your cassandra server). It may help