Which command is used to disable all the tables matching the given regex?
disable_all
Well Done. Your Answer is Correct Keep it Up! Explanation: The syntax for disable_all command is as follows : hbase > disable_all ‘r.*’
remove all
drop all
None of the Option is Correct