1.

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 mentionedThe question was asked during a job interview.Question is taken from HiveQL in portion Hive and HBase of Hadoop

Answer»

The correct option is (d) NONE of the mentioned

To EXPLAIN: The hiveconf VARIABLES are set as NORMAL by set x=myvalue.



Discussion

No Comment Found

Related InterviewSolutions