Anubhav Kale created CASSANDRA-10772:
----------------------------------------
Summary: nodetool syntax should be consistent for keyspace and
column family
Key: CASSANDRA-10772
URL: https://issues.apache.org/jira/browse/CASSANDRA-10772
Project: Cassandra
Issue Type: Improvement
Reporter: Anubhav Kale
Priority: Minor
nodetool commands don't use consistent syntax for CF and KS. Let's stick to
either CF.KS or CF KS across all commands.
For example,
exoam@cassandra-wus0:~$ nodetool cfhistograms exchangecf.userdatasetraw
nodetool: cfhistograms requires ks and cf args
See 'nodetool help' or 'nodetool help <command>'.
exoam@cassandra-wus0:~$ nodetool cfstats exchangecf.userdatasetraw
Keyspace: exchangecf
Read Count: 5297
Read Latency: 0.5023435907117
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)