Doing a single table seems to be working fine: hbase(main):002:0> disable 'dns' drop0 row(s) in 1.7830 seconds
hbase(main):003:0> drop 'dns' li0 row(s) in 0.5230 seconds hbase(main):004:0> list TABLE IntegrationTestBigLinkedList email email_proposed page page_crc page_duplicate t1 tree work_proposed work_sent 10 row(s) in 0.0850 seconds If anyone can test and confirm, I will open a JIRA if it's still an issue. 2013/11/13 Jean-Marc Spaggiari <[email protected]> > I tried those 2 commands from the shell and here is the result: > > hbase(main):007:0> drop_all '*' > IntegrationTestBigLinkedList > > dns > > > > > > page > > page_crc > > page_duplicate > > t1 > > tree > > work_proposed > > work_sent > > > Drop the above 11 tables (y/n)? > y > 11 tables successfully dropped > > hbase(main):008:0> list > TABLE > > IntegrationTestBigLinkedList > > dns > > > > > > page > > page_crc > > page_duplicate > > t1 > > tree > > work_proposed > > work_sent > > 11 row(s) in 0.0890 seconds > > > Nothing on the master logs. > > I have many regions in transition for one of those tables. Not sure if > it's related. >
