1.

Which command is used to disable all the tables matching the given regex?(a) remove all(b) drop all(c) disable_all(d) all of the mentionedI got this question in homework.This key question is from Schema Design in HBase topic in section Hive and HBase of Hadoop

Answer»

The correct option is (c) disable_all

The best I can EXPLAIN: The SYNTAX for disable_all command is as FOLLOWS : hbase> disable_all ‘R.*’



Discussion

No Comment Found

Related InterviewSolutions