InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) There are four namespaces for variables in Hive(b) Custom variables can be created in a separate namespace with the define(c) Custom variables can also be created in a separate namespace with hivevar(d) None of the mentionedThe question was asked by my school teacher while I was bunking the class.My enquiry is from HiveQL in division Hive and HBase of Hadoop |
|
Answer» CORRECT answer is (a) There are FOUR NAMESPACES for VARIABLES in Hive The explanation: Three namespaces for variables are hiveconf, system, and ENV. |
|