InterviewSolution
Saved Bookmarks
| 1. |
Starting in Hive _______ the Avro schema can be inferred from the Hive table schema.(a) 0.14(b) 0.12(c) 0.13(d) 0.11This question was posed to me during an interview for a job.This key question is from HiveQL topic in portion Hive and HBase of Hadoop |
|
Answer» CORRECT answer is (a) 0.14 Explanation: STARTING in HIVE 0.14, columns can be ADDED to an Avro backed Hive table using the Alter Table statement. |
|