Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
Description
Should add support for the add, drop, and rename operations to keyspace and column family in the CliClient.
Eg:
add keyspace <keyspace> Add a new keyspace.
add column family <cf>[comparator] Add a new column family.
drop keyspace <keyspace> Delete a keyspace.
drop column family <cf> Delete a column family.
rename keyspace <keyspace>=<keyspace_new_name> Rename a keyspace.
rename column family <name>=<new_name> Rename a column family.
Note: I have patch built for this, but drop keyspace corrupts the schema and prevents the node from restarting due to a bug elsewhere (see: CASSANDRA-1203)
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-1133 utilities for schema import-from/export-to yaml.
- Resolved