InterviewSolution
Saved Bookmarks
| 1. |
Hive does not have a data type corresponding to the ____________ type in Pig.(a) decimal(b) short(c) biginteger(d) datetimeI had been asked this question during an online interview.My query is from HCatalog with Hadoop topic in section Apache Spark, Flume, Lucene, Hama, HCatalog, Mahout, Drill, Crunch and Thrift of Hadoop |
|
Answer» RIGHT answer is (c) biginteger To elaborate: Hive 0.12.0 and earlier releases SUPPORT WRITING Pig primitive DATA TYPES with HCatStorer. |
|