Hello,
when I create new table with cassandraemon in C#.NET code, the table is created. I can also launch OpsCenter. I can see my table in "schema" tab. However, when I click on its name, I get the eror:
Error loading column family: Make sure all agents are running and connected properly.
I find this error a little bit uninformative. What exactly should I run? Is there any documentation about this error?
This is not a big problem, as I may try to use CQL language in Cassandra CLI Utility to check if I have added new data correctly to my table. However, that would be easier to do it with OpsCenter.
Best regards!
PS
[default@MyKeyspace] SELECT * FROM MyTable;
Syntax error at position 7: unexpected "*" for SELECT * FROM MyTable;
.