PrepAway - Latest Free Exam Questions & Answers

Which of the following is true?

You have a table where keys range from “A” to “Z”, and you want to scan from “D” to “H.” Which of
the following is true?

PrepAway - Latest Free Exam Questions & Answers

A.
A MultiGet must be issued for rows D, E, F, G, H.

B.
The scan class supports ranges via the stop and start rows.

C.
All scans are full table scans, the client must implement filtering.

D.
In order to range scan, raw scan mode must be enabled.

Explanation:
Rather than specifying a single row, an optional startRow and stopRow may be
defined. If rows are not specified, the Scanner will iterate over all rows.
Reference: org.apache.hadoop.hbase.client,Class Scan

One Comment on “Which of the following is true?


Leave a Reply to networkmanagers Cancel reply

Your email address will not be published. Required fields are marked *