I am trying to change replication factor of HiveMetaStore but I receive this message:
cassandra@cqlsh:system> alter KEYSPACE HiveMetaStore with replication =
{'class': 'NetworkTopologyStrategy', 'DCassandra1': 1};
InvalidRequest: code=2200 [Invalid query] message="Unknown keyspace hivemetastore"
HiveMetaStore keyspace exists. What could be the problem?
I changed replication factor from OpsCenter and it worked.
Why was I not able to change id from cqlsh?