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
(a) set hive.variable.substitute=false;
(b) set hive.variable.substitutevalues=false;
(c) set hive.variable.substitute=true;
(d) all of the mentioned
Right answer is (a) set hive.variable.substitute=false;
The explanation: Variable substitution is on by default (hive.variable.substitute=true).