hiveconf variables are set as normal by using the following statement?
(a) set -v x=myvalue
(b) set x=myvalue
(c) reset x=myvalue
(d) none of the mentioned
(a) set -v x=myvalue
(b) set x=myvalue
(c) reset x=myvalue
(d) none of the mentioned
The correct option is (d) none of the mentioned
To explain: The hiveconf variables are set as normal by set x=myvalue.