Hello, Is there any better way for cleaning of the test data after test's execution then manual clean up with Delete (i.e in the @After method) ?
In relational database things get simpler with transactions, cause rollback could be executed in the @After method but don't know whether the same thing could be done in hbase ? Thanks in advance Regards, Miroslav
