This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Wednesday, 12 February 2020
Cassandra: Get cluster details
‘DESC cluster_name’ gives information about the cluster.
cqlsh> DESC cluster;
Cluster: Test Cluster
Partitioner: Murmur3Partitioner
No comments:
Post a Comment