Re: How to delete an Indexed HTable

2009-07-08 Thread Ramesh.Ramasamy
disableTable(currTable.getName()); admin.deleteTable(currTable.getName()); } } } Ramesh -- View this message in context: http://www.nabble.com/How-to-delete-an-Indexed-HTable-tp24390750p24404623.html Sent from the H

How to delete an Indexed HTable

2009-07-08 Thread Ramesh.Ramasamy
reverse too fails.. Is there any other deleteTable(str) which delete both tables, or all the Indexed tables of 'ITable'? TIA, Ramesh -- View this message in context: http://www.nabble.com/How-to-delete-an-Indexed-HTable-tp24390750p24390750.html Sent from the HBase User mailing list archive at Nabble.com.