Hello everyone,

Trying to truncate tables like this (from HBase shell) won't work:

list.each{|name| truncate(name) if name.end_with?('abc123')}

How would one approach this?

Thanks,

Jasper

P.S.: I have also asked this at Stack Overflow here:
http://stackoverflow.com/questions/13253643/hbase-shell-iterating-over-truncating-tables

Reply via email to