Re: Delete whole table HBase

2011-06-08 Thread Azshara
Yes, thanks it worked! Have no idea how I didn't come across the method! Thank you for the tip!

Delete whole table HBase

2011-06-05 Thread Azshara
Hello all, I have a quick question: Isn't there a method to delete a whole table in the HBase client? As I can see, a Delete object is only able to delete rows, families or columns: Delete(byte[] row) Create a Delete operation for the specified row. Delete(byte[] row, long timestamp, R