I am trying to create Keyspace in cassandra, but I got the below error.
$ Create keyspace University with replication={'class':SimpleStrategy,'replication_factor': 3};
SyntaxException: line 1:67 no viable alternative at input ',' (... University with replication={'class':[SimpleStrategy],...)
How can I solve this?
Thank You