1.

__________ command disables drops and recreates a table.(a) drop(b) truncate(c) delete(d) none of the mentionedI had been asked this question in a national level competition.This key question is from Schema Design in HBase topic in section Hive and HBase of Hadoop

Answer»

Correct ANSWER is (b) truncate

The BEST explanation: The SYNTAX of truncate is as follows: hbase> truncate ‘table NAME’.



Discussion

No Comment Found

Related InterviewSolutions