I need to delete some tables and I am not sure the best way to do it. The shell does not work. The disable command says it runs ok but every time I run drop or truncate I get an exception that says the table is not disabled. The UI shows it as disabled but truncate/drop still do not work. I have even tried to restart the cluster as sometimes that makes the disable "stick".
What is the best way to delete a table manually? My assumption is that with 10k regions in 3 tables that I need to delete that the shell is not going to work. How can I do this without a completely fresh install of everything? How can the data/tables be removed manually without too much pain? Thanks.
