InterviewSolution
Saved Bookmarks
| 1. |
Variable Substitution is disabled by using ___________(a) set hive.variable.substitute=false;(b) set hive.variable.substitutevalues=false;(c) set hive.variable.substitute=true;(d) all of the mentionedThe question was asked by my college professor while I was bunking the class.The doubt is from HiveQL topic in division Hive and HBase of Hadoop |
|
Answer» Right ANSWER is (a) set hive.VARIABLE.substitute=false; |
|