How to find the table size in Cassandra 2.8.2 community version. nodetool cfstats is not working and in help as well nodestool is not avaiable.
Asked
Active
Viewed 513 times
1
-
can you please issue the query `show version` and report back what the output is? – Valerie Parham-Thompson Jul 02 '18 at 13:52
-
1what is "not working"? – Chris Lohfink Jul 02 '18 at 15:03
-
Chris, I want to check the table size, but when I try with nodetool, it says command not found.Further when checked in "help" nodetool doesnot appear unlike other commands. – Sukanta Ghosh Jul 02 '18 at 17:48
-
Hello Valerie,the output of show version is: cqlsh>show version [cqlsh 5.0.1 |Cassandra 2.2.8 | CQL spec3.3.1 | Native Protocol v4] – Sukanta Ghosh Jul 02 '18 at 17:56
-
OK, thanks! Are you on Linux or Windows? If on Linux, can you issue `ls -al /usr/* | grep nodetool`? That is where it should be by default. If it's there, can you provide the output of an example nodetool command? – Valerie Parham-Thompson Jul 02 '18 at 20:14
-
Thanks for your help. Its on Windows, so is there any path to check the same on windows? – Sukanta Ghosh Jul 03 '18 at 02:57
-
Any suggestions or help please.. – Sukanta Ghosh Jul 04 '18 at 15:28
-
user:~$ nodetool nodetool: command not found user:~$ cqlsh cqlsh: command not found, Please help – nitinsridar Sep 12 '19 at 06:42