Querying With Hive - Study Mode
[#36] . . . . . . . . command fetches the contents of a row or a cell.
Correct Answer
(B) get
[#37] . . . . . . . . was designed to overcome limitations of the other Hive file formats.
Correct Answer
(A) ORC
[#38] Starting in Hive . . . . . . . . the Avro schema can be inferred from the Hive table schema.
Correct Answer
(A) 0.14
[#39] . . . . . . . . does re-write data and pack rows into columns for certain time-periods.
Correct Answer
(B) OpenTSDB
[#40] Avro-backed tables can simply be created by using . . . . . . . . in a DDL statement.
Correct Answer
(A) "STORED AS AVRO"