PrepAway - Latest Free Exam Questions & Answers

How should you complete the command?

DRAG DROPYou have an Apache HBase cluster in Azure HDInsight. The cluster has a table named sales that contains a
column family named customerfamily.
You need to add a new column family named customeraddr to the sales table.
How should you complete the command? To answer, drag the appropriate values to the correct targets. Each
value may be used once, more than once, or not at all. You may need to drag the split bar between panes or
scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:
Hbase > disable ‘sales’
Hbase > alter ‘sales’
‘customerfamily’,
{NAME => ‘customeraddr’,
IN_MEMORY => false},
Hbase > enable ‘sales’

One Comment on “How should you complete the command?


Leave a Reply