I wanted to do the following command:
alter KEYSPACE system_auth
WITH replication =
{ 'class' : 'SimpleStrategy',
'replication_factor' : 2 };
Is it normal that system_auth is not shown as a keyspace?
Basically the following error occurs:
Bad Request: Unknown keyspace system_auth
Also, how do I even view the keyspaces that exist? Is viewing them even possible in cqlsh?