Re: Delete whole table HBase
Yes, thanks it worked! Have no idea how I didn't come across the method! Thank you for the tip!
Delete whole table HBase
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