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 mentioned |
|
Answer» Right answer is (a) set hive.variable.substitute=false; The explanation: Variable substitution is on by default (hive.variable.substitute=true). |
|