Would someone be able to describe the steps for dropping a hive table backed by cassandra?
I am creating cassandra column families, then using hive create table to tell hive about the cassandra column family. However, if I do a hive drop table, then show tables, the hive table is still there (even after restarting everything). Do I have to also drop the cassandra column family in order to make the hive side go away? (That would be inconvenient while we are trying out different ways of modeling in hive.) But in any case, I'd just like to know the proper sequence.
Thanks!
-B
